Add basic styling of po plugin's languages list.
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 20:33:54 +0000 (16:33 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 20:33:54 +0000 (16:33 -0400)
debian/changelog
doc/style.css

index 39ff60717a3bb49001ac986d6d1f7ff529d0cef5..88fac32eee0b96551ab6d3896e57b3b8ce217d4e 100644 (file)
@@ -10,6 +10,7 @@ ikiwiki (3.141593) UNRELEASED; urgency=low
   * meta, img: Fix bugs in dependency code. (smcv)
   * Allow building ikiwiki on systems w/o po4a --
     building of the translated underlays will be skipped in this case.
+  * Add basic styling of po plugin's languages list.
 
  -- Joey Hess <joeyh@debian.org>  Wed, 12 Aug 2009 12:25:30 -0400
 
index e6512aed8834971abf312c3d1ae36f940630e7f9..4fa48b1404f63a1cfc5352fa7601775c476d2ecf 100644 (file)
        border-bottom: 0;
 }
 
+#otherlanguages ul {
+       margin: 0;
+       padding: 6px;
+       list-style-type: none;
+}
+.pageheader #otherlanguages {
+       border-bottom: 1px solid #000;
+}
+
 div.inlinecontent {
        margin-top: .4em;
 }