summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-04-18 01:49:45 +0200
committerSiri Reiter <siri@jones.dk>2010-04-18 01:49:45 +0200
commitd4debe257d7c94201169764e22e18d934ae48b95 (patch)
tree568ac9a141e95b68ce377ef83aa8e4881197da99
parent5e68f20072d571a33676377751d64b81c0ae2d47 (diff)
Style: Inline showing line dividers and no minimum height.
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 728b71d3..967499b2 100644
--- a/local.css
+++ b/local.css
@@ -176,8 +176,9 @@ DIV.notebox p {
DIV.inlinepage {
border: 0;
+ border-style: none none solid;
+ border-width: 1px;
padding: 0;
- min-height: 180px;
}
DIV.inlineheader {