From: Joey Hess Date: Fri, 14 Jan 2011 18:37:09 +0000 (-0400) Subject: continue to support #blogform in CSS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34558e45ada6934fe690bfc1989bfd70d8c18338;p=ikiwiki.git continue to support #blogform in CSS To support sites that upgraded but didn't fully rebuild. For now. --- diff --git a/doc/style.css b/doc/style.css index 577a48692..922b82a75 100644 --- a/doc/style.css +++ b/doc/style.css @@ -179,7 +179,7 @@ div.recentchanges { width: 60%; } -.blogform { +.blogform, #blogform { padding: 10px 10px; border: 1px solid #aaa; background: #eee; @@ -274,7 +274,7 @@ div.progress-done { .tags { display: none; } .feedbutton { display: none; } #searchform { display: none; } - .blogform { display: none; } + .blogform, #blogform { display: none; } #backlinks { display: none; } }