X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fstyle.css;h=4770fc942d43250221acabc2906c7ad938c9ca6c;hb=80ca685385cd827f19718eaea5fb772782f68d3b;hp=e6512aed8834971abf312c3d1ae36f940630e7f9;hpb=8ae260015fa6ecd5aa39a84898f42837935c9953;p=ikiwiki.git diff --git a/doc/style.css b/doc/style.css index e6512aed8..4770fc942 100644 --- a/doc/style.css +++ b/doc/style.css @@ -24,6 +24,10 @@ padding: 6px; list-style-type: none; } +.actions li { + display: inline; + padding: .2em .4em; +} .pageheader .actions ul { border-bottom: 1px solid #000; } @@ -32,14 +36,22 @@ border-bottom: 0; } -div.inlinecontent { - margin-top: .4em; +#otherlanguages ul { + margin: 0; + padding: 6px; + list-style-type: none; } - -.actions li { +#otherlanguages li { display: inline; padding: .2em .4em; } +.pageheader #otherlanguages { + border-bottom: 1px solid #000; +} + +div.inlinecontent { + margin-top: .4em; +} .pagefooter { clear: both;