continue to support #blogform in CSS
To support sites that upgraded but didn't fully rebuild. For now.master
parent
9c7d1c053f
commit
34558e45ad
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue