diff options
author | Pim van den Berg | 2014-12-14 16:20:42 +0100 |
---|---|---|
committer | Pim van den Berg | 2014-12-14 16:21:58 +0100 |
commit | 9eb959384b938c826c71c051acbf4ad09d82d6e8 (patch) | |
tree | 574ee46a133b183c0e3a6b213494e698feaf1f65 | |
parent | Revert "make detail page accessible when using "canvas" graph_type" (diff) | |
download | apt-panopticon_cgp-9eb959384b938c826c71c051acbf4ad09d82d6e8.zip apt-panopticon_cgp-9eb959384b938c826c71c051acbf4ad09d82d6e8.tar.gz apt-panopticon_cgp-9eb959384b938c826c71c051acbf4ad09d82d6e8.tar.bz2 apt-panopticon_cgp-9eb959384b938c826c71c051acbf4ad09d82d6e8.tar.xz |
layout: make timeago smaller and give it some opacity
-rw-r--r-- | layout/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/layout/style.css b/layout/style.css index 1360b36..9bf4c7e 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -69,7 +69,7 @@ table.summary td { | |||
69 | } | 69 | } |
70 | 70 | ||
71 | table.summary td.wide { | 71 | table.summary td.wide { |
72 | width: 200px; | 72 | width: 125px; |
73 | text-align: right; | 73 | text-align: right; |
74 | } | 74 | } |
75 | 75 | ||
@@ -166,3 +166,8 @@ code { | |||
166 | background-color: rgba(0,0,0,0.1); | 166 | background-color: rgba(0,0,0,0.1); |
167 | padding: 0 0.2em; | 167 | padding: 0 0.2em; |
168 | } | 168 | } |
169 | |||
170 | .timeago { | ||
171 | font-size: 0.7em; | ||
172 | opacity: 0.6; | ||
173 | } | ||