]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / style.css
index e6512aed8834971abf312c3d1ae36f940630e7f9..4770fc942d43250221acabc2906c7ad938c9ca6c 100644 (file)
        padding: 6px;
        list-style-type: none;
 }
+.actions li {
+       display: inline;
+       padding: .2em .4em;
+}
 .pageheader .actions ul {
        border-bottom: 1px solid #000;
 }
        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;