From: joshtriplett Date: Wed, 2 May 2007 10:11:35 +0000 (+0000) Subject: Fix stylesheet for presence of actions. X-Git-Tag: 2.1~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=de29e2b4738b749086619f91a3d10bae17b05239;p=ikiwiki.git Fix stylesheet for presence of actions. --- diff --git a/doc/css_market/embeddedmoose.css b/doc/css_market/embeddedmoose.css index 61a3f2182..3d19fca3f 100644 --- a/doc/css_market/embeddedmoose.css +++ b/doc/css_market/embeddedmoose.css @@ -9,4 +9,5 @@ body { background: #e7e7e7; } .header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;} .header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} -#footer { border-top: none; font-family: sans-serif;} +.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;} +#footer { border: none; font-family: sans-serif;}