diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 17:00:16 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 17:00:16 -0400 |
commit | e9d20231a0fa99fe614a43cf60c53af7a84fc795 (patch) | |
tree | 96e1e86f26cace006a4d911499fc0ee77c5a2d6d | |
parent | e03155172756f5c54c180136a5982e543cacb534 (diff) |
further otherlanguages list styling
-rw-r--r-- | doc/style.css | 13 | ||||
-rw-r--r-- | templates/page.tmpl | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/style.css b/doc/style.css index 4fa48b140..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; } @@ -37,6 +41,10 @@ padding: 6px; list-style-type: none; } +#otherlanguages li { + display: inline; + padding: .2em .4em; +} .pageheader #otherlanguages { border-bottom: 1px solid #000; } @@ -45,11 +53,6 @@ div.inlinecontent { margin-top: .4em; } -.actions li { - display: inline; - padding: .2em .4em; -} - .pagefooter { clear: both; } diff --git a/templates/page.tmpl b/templates/page.tmpl index 653179e5d..e71ba316d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -29,7 +29,7 @@ <span class="title"> <TMPL_VAR TITLE> <TMPL_IF NAME="ISTRANSLATION"> -(<TMPL_VAR NAME="PERCENTTRANSLATED"> %) + (<TMPL_VAR NAME="PERCENTTRANSLATED">%) </TMPL_IF> </span> </span><!--.header--> @@ -76,7 +76,7 @@ <TMPL_IF NAME="MASTER"> (master) <TMPL_ELSE> -(<TMPL_VAR NAME="PERCENT"> %) + (<TMPL_VAR NAME="PERCENT">%) </TMPL_IF> </li> </TMPL_LOOP> |