diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-05-07 00:01:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-05-07 00:01:22 +0200 |
commit | ba84f492a65395ab0eb63193362bdb80dd21bba1 (patch) | |
tree | ebf502f7cbaea229fecfb7008e15922cc1cd51ac | |
parent | ebafd5b9c8b8b7aa499dd6191797618e126277f8 (diff) |
Fix colorize only border-bottom of inlinepage (not text).
-rw-r--r-- | local.scss | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -238,11 +238,9 @@ div.notebox p { } div.inlinepage { - color: lightblue; margin: 1em 0; - border: 0; + border: 1px solid lightblue; border-style: none none solid; - border-width: 1px; padding: 1em 0; overflow: visible; min-height: 12em; |