Add basic styling of po plugin's languages list.

master
Joey Hess 2009-08-15 16:33:54 -04:00
parent 1b63a0e4fa
commit 54c2e05ccf
2 changed files with 10 additions and 0 deletions

1
debian/changelog vendored
View 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

View File

@ -32,6 +32,15 @@
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;
}