feedlink/blogpost templates: use class instead of id
[ikiwiki.git] / doc / style.css
index fa4b2a38acb6b7e5dae74556b192f75debe32cce..577a48692ea33c087dbf85b13858ffca89e4b2fd 100644 (file)
@@ -172,13 +172,14 @@ div.recentchanges {
        width: 35%;
        font-size: small;
 }
-.recentchanges .pagelinks {
+.recentchanges .pagelinks,
+.recentchanges .revert {
        float: right;
        margin: 0;
        width: 60%;
 }
 
-#blogform {
+.blogform {
        padding: 10px 10px;
        border: 1px solid #aaa;
        background: #eee;
@@ -273,7 +274,7 @@ div.progress-done {
        .tags { display: none; }
        .feedbutton { display: none; }
        #searchform { display: none; }
-       #blogform { display: none; }
+       .blogform { display: none; }
        #backlinks { display: none; }
 }