From: Antoine Musso Date: Fri, 12 Aug 2005 14:20:50 +0000 (+0000) Subject: category at the very bottom. Diff styling. X-Git-Tag: 1.6.0~2013 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=b7faf3f1494d4b48b341f451f484e812b5b50d7c;p=lhc%2Fweb%2Fwiklou.git category at the very bottom. Diff styling. --- diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index bb7f907058..d9cc2ed842 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -206,7 +206,31 @@ div.prefsectiontip { font-size:95%; margin-top:1em;} #catlinks { border: 1px solid #aaa; background-color: #2A3C61; - margin-top: 1em; + margin : 1em -1em -1.5em -1em; + padding : .5em; clear: both; } + +table.diff, td.diff-otitle, td.diff-ntitle { + color:white; +} +td.diff-addedline { + color:black; + background: #9BC4AB; + font-size: smaller; +} +td.diff-deletedline { + color:black; + background: #D3D79B; + font-size: smaller; +} +td.diff-context { + color:white; + background: #2A3C61; + font-size: smaller; +} +span.diffchange { + color: red; + font-weight: bold; +}