r10457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10456‎ | r10457 | r10458 >
Date:14:20, 12 August 2005
Author:hashar
Status:old
Tags:
Comment:
category at the very bottom. Diff styling.
Modified paths:
  • /trunk/phase3/skins/amethyst/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/amethyst/main.css
@@ -206,7 +206,31 @@
207207 #catlinks {
208208 border: 1px solid #aaa;
209209 background-color: #2A3C61;
210 - margin-top: 1em;
 210+ margin : 1em -1em -1.5em -1em;
 211+ padding : .5em;
211212 clear: both;
212213 }
213214
 215+
 216+table.diff, td.diff-otitle, td.diff-ntitle {
 217+ color:white;
 218+}
 219+td.diff-addedline {
 220+ color:black;
 221+ background: #9BC4AB;
 222+ font-size: smaller;
 223+}
 224+td.diff-deletedline {
 225+ color:black;
 226+ background: #D3D79B;
 227+ font-size: smaller;
 228+}
 229+td.diff-context {
 230+ color:white;
 231+ background: #2A3C61;
 232+ font-size: smaller;
 233+}
 234+span.diffchange {
 235+ color: red;
 236+ font-weight: bold;
 237+}

Status & tagging log