diff options
author | Siri Reiter <siri@jones.dk> | 2013-03-23 15:14:08 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-03-23 15:14:08 +0100 |
commit | 7a62c91b843099caf106b2cf9cfde87db6ccd83c (patch) | |
tree | f7a98c4acf20a2650058f9c802348216dc277e50 | |
parent | 760ded052d4d26c5979aff2c32bc1c43900c87ce (diff) |
Increase icon size for inline pages to 18%.
-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: 10%; - width: 10%; + height: 18%; + width: 18%; } } |