diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-20 16:11:35 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-20 16:11:35 +0200 |
commit | 51ba2bdccc9bee872f28a61ee7539cd5752982dd (patch) | |
tree | 0cfe9db4477fa30346eccd867318b94589275677 /web/public | |
parent | 8cfce89148cfdbbd89a2f57ef20f670382cb774e (diff) | |
download | taginfo-51ba2bdccc9bee872f28a61ee7539cd5752982dd.tar taginfo-51ba2bdccc9bee872f28a61ee7539cd5752982dd.tar.gz |
Improved and extended /sources page.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 { |