diff options
| -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 | } | ||
