diff options
author | Siri Reiter <siri@jones.dk> | 2013-02-01 13:51:32 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-02-01 13:51:32 +0100 |
commit | 888919ea06a49e36e6665336d06deb01c4c66ee8 (patch) | |
tree | 58e60308479c86f2ea6fe47ddb9bb0cf8a2a7a8d /local.scss | |
parent | 07986d1fce0babd07f261321e643771d73d5a313 (diff) |
Inline page frames and padding on all sides.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -222,8 +222,8 @@ div.notebox { div.inlinepage { margin: 1em 0; border: 1px solid lightblue; - border-style: none none solid; - padding: 1em 0; + border-style: solid; + padding: 1em; overflow: visible; min-height: 12em; img.icon { |