From b7faf3f1494d4b48b341f451f484e812b5b50d7c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 12 Aug 2005 14:20:50 +0000 Subject: [PATCH] category at the very bottom. Diff styling. --- skins/amethyst/main.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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; +} -- 2.20.1