continue to support #blogform in CSS

To support sites that upgraded but didn't fully rebuild. For now.
master
Joey Hess 2011-01-14 14:37:09 -04:00
parent 9c7d1c053f
commit 34558e45ad
1 changed files with 2 additions and 2 deletions

View File

@ -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; }
}