From 51ba2bdccc9bee872f28a61ee7539cd5752982dd Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 20 May 2014 16:11:35 +0200 Subject: Improved and extended /sources page. --- web/public/css/taginfo.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/public') diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index e207eb1..dddd5d2 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -331,6 +331,10 @@ span.lang { border-radius: 4px; } +.note { + font-size: 80%; +} + td.number { text-align: right; width: 8em; @@ -440,6 +444,10 @@ table.list th.tr, table.list td.tr { text-align: right; } +table.list td.nowrap { + white-space: nowrap; +} + /* ========== */ table.comparison { -- cgit v1.2.3