diff options
author | Siri Reiter <siri@jones.dk> | 2013-03-23 15:57:37 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-03-23 15:57:37 +0100 |
commit | 9303efef04a2a21a0c6c21e188b4831909b18404 (patch) | |
tree | 3edfba89476428281fee7eff8095e1df4ea34f15 | |
parent | 7a62c91b843099caf106b2cf9cfde87db6ccd83c (diff) |
Increase size of inline icons a bit again.
-rw-r--r-- | local.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -227,8 +227,8 @@ div.inlinepage { overflow: visible; min-height: 12em; img.icon { - height: 18%; - width: 18%; + height: 15%; + width: 15%; } } |