0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
default
/
[
Home
]
File: phpwiki-modern-heavy.css
/* * $Id: phpwiki-modern-heavy.css,v 1.1 2002/03/06 02:21:16 carstenklapp Exp $ * * phpwiki-modern-heavy.css * * This is stuff which should be in phpwiki-modern.css, but which breaks NS4. */ /* Hide the elements we put in just to get around NS4 bugs. */ div.br { display: none; } /* This break NS4, but is necessary for IE4. */ div.wikitext { width: auto; } /* Link icons */ img.linkicon { vertical-align: middle; } img.rssicon { vertical-align: baseline; } /**************************************************************** ** ** Diff Output ** *****************************************************************/ .diff .block div { position: relative; padding-left: 1.5em; } .diff .prefix { position: absolute; left: 0.5em; top: 0; }