]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MacOSX/MacOSX-heavy.css
Removing cruft file (with strange characters in filename)
[SourceForge/phpwiki.git] / themes / MacOSX / MacOSX-heavy.css
1 /* 
2  * $Id: MacOSX-heavy.css,v 1.5 2002-01-23 03:03:26 carstenklapp Exp $
3  *
4  * phpwiki-heavy.css
5  *
6  * This is stuff which should be in phpwiki.css, but which breaks NS4.
7  */
8
9 /* Hide the elements we put in just to get around NS4 bugs. */
10 .ns4bug, div.br { display: none; }
11
12 /* This makes spacings in NS4 too big. */
13 .toolbar, div.toolbar { margin: 0.5ex 0ex; }
14
15 /* This break NS4, but is necessary for IE4. */
16 div.wikitext { width: auto; }
17
18 /* Link icons */
19 img.linkicon            { vertical-align: middle; }
20
21 /****************************************************************
22  **
23  ** Diff Output
24  **
25  *****************************************************************/
26 .diff .block div { position: relative; padding-left: 1.5em; } 
27 .diff .prefix   { position: absolute; left: 0.5em; top: 0; }
28
29