X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fstyle.css;h=aa27d88664a8ff924a486bd5d0c9f22f615d727f;hb=efba19b3379b0b4e4199ece869c71f80be3a82d1;hp=8dd3b1c151905d0c2f8fdae03c0b8bda8c38bf55;hpb=fd2b2f386f30cf2ba578da8a8174dd60ae024adc;p=ikiwiki.git diff --git a/doc/style.css b/doc/style.css index 8dd3b1c15..aa27d8866 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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,7 +172,8 @@ div.recentchanges { width: 35%; font-size: small; } -.recentchanges .pagelinks { +.recentchanges .pagelinks, +.recentchanges .revert { float: right; margin: 0; width: 60%; @@ -449,6 +450,10 @@ li.L8 { list-style: upper-alpha; } background: #ff9900; } +.FlattrButton { + display: none; +} + /* openid selector */ #openid_choice { display: none;