feedlink/blogpost templates: use class instead of id
[ikiwiki.git] / doc / style.css
index 66d962bd640d3e2991c11eedb789c3e040d62da4..577a48692ea33c087dbf85b13858ffca89e4b2fd 100644 (file)
@@ -14,7 +14,7 @@ nav {
 
 .header {
        margin: 0;
-       font-size: 22px;
+       font-size: 140%;
        font-weight: bold;
        line-height: 1em;
        display: block;
@@ -22,7 +22,7 @@ nav {
 
 .inlineheader .author {
        margin: 0;
-       font-size: 18px;
+       font-size: 112%;
        font-weight: bold;
        display: block;
 }
@@ -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; }
 }