diff options
author | Siri Reiter <siri@jones.dk> | 2013-07-07 01:55:59 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:57:41 +0100 |
commit | 114e5871bc684e3cf80222cbd34a7c94a2eca645 (patch) | |
tree | 44db1a1fb1dbe0b9f45864744b1727bf3499f9cc | |
parent | f89921c6412deea6b5dd7083d9ef6b5b0db864ef (diff) |
Style: Hidden display of changeinformation in lists.
-rw-r--r-- | style.scss | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ p { margin-bottom: 1.2em; } +i { + display: none; +} + + ul { margin-bottom: 1.2em; } |