aboutsummaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-20 16:11:35 +0200
committerJochen Topf <jochen@topf.org>2014-05-20 16:11:35 +0200
commit51ba2bdccc9bee872f28a61ee7539cd5752982dd (patch)
tree0cfe9db4477fa30346eccd867318b94589275677 /web/public
parent8cfce89148cfdbbd89a2f57ef20f670382cb774e (diff)
downloadtaginfo-51ba2bdccc9bee872f28a61ee7539cd5752982dd.tar
taginfo-51ba2bdccc9bee872f28a61ee7539cd5752982dd.tar.gz
Improved and extended /sources page.
Diffstat (limited to 'web/public')
-rw-r--r--web/public/css/taginfo.css8
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 {