Update of /cvsroot/blackboxwm/website/htdocs/skins/blackbox_gray
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2458/htdocs/skins/blackbox_gray
Modified Files:
index.css.php
Log Message:
The PRE blocks for diff and source must not be height limited.
Index: index.css.php
===================================================================
RCS file: /cvsroot/blackboxwm/website/htdocs/skins/blackbox_gray/index.css.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.css.php 18 Jan 2006 20:04:13 -0000 1.5
--- index.css.php 19 Jan 2006 12:46:07 -0000 1.6
***************
*** 224,227 ****
--- 224,228 ----
pre.source {
+ max-height: none;
white-space: normal;
overflow: visible;
***************
*** 233,236 ****
--- 234,238 ----
white-space: normal;
overflow: visible;
+ max-height: none;
}
|