From: Joey Hess Date: Thu, 15 Apr 2010 20:08:33 +0000 (-0400) Subject: sidebar styling improvements X-Git-Tag: 3.20100427~157 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5143d790b023f7f04ebdf694225b2946af676503;p=ikiwiki.git sidebar styling improvements Added a visible border; tuned down the whitespace/borders. Note the use of the -1 pixel margin-top -- this makes the sidebar appear to hang down from the line under the actions at the top of the page. --- diff --git a/doc/style.css b/doc/style.css index 80b76b26c..bdd4bb466 100644 --- a/doc/style.css +++ b/doc/style.css @@ -229,13 +229,14 @@ div.recentchanges { .biggestPC { font-size: 130%; } .sidebar { - line-height: 3ex; width: 30ex; float: right; - margin-left: 40px; - margin-bottom: 40px; - padding: 2ex 2ex; + margin-left: 4px; + margin-bottom: 4px; + margin-top: -1px; + padding: 0ex 2ex; background: white; + border: 2px solid black; color: black !important; }