aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-15 16:33:54 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-15 16:33:54 -0400
commit54c2e05ccf8fad1e77d4ee717c48f3622f60b4e4 (patch)
tree276376d424697a9a28687617e2a435dd27b04e32 /doc/style.css
parent1b63a0e4fae5396014ed222647ae9c3c88a35de5 (diff)
downloadikiwiki-54c2e05ccf8fad1e77d4ee717c48f3622f60b4e4.tar
ikiwiki-54c2e05ccf8fad1e77d4ee717c48f3622f60b4e4.tar.gz
Add basic styling of po plugin's languages list.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index e6512aed8..4fa48b140 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -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;
}