diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-14 14:37:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-14 14:37:09 -0400 |
commit | 34558e45ada6934fe690bfc1989bfd70d8c18338 (patch) | |
tree | 2545d22d321e8f3d098d9571ac19430692a06843 | |
parent | 9c7d1c053f929b292cdc8e61a1d419afc0462794 (diff) |
continue to support #blogform in CSS
To support sites that upgraded but didn't fully rebuild. For now.
-rw-r--r-- | doc/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |