Update of /cvsroot/compbench/compbenchmarks-web/styles/css
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24926
Modified Files:
lt.css
Log Message:
'Topic' handling (sub-tabs like).
Index: lt.css
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/styles/css/lt.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lt.css 14 Sep 2006 17:38:03 -0000 1.8
--- lt.css 28 Nov 2006 21:49:34 -0000 1.9
***************
*** 18,21 ****
--- 18,42 ----
}
+ td.topic_active {
+ font-size: 8pt;
+ text-align: left;
+ padding-right: 5px;
+ }
+
+ td.topic_inactive {
+ font-size: 8pt;
+ text-align: left;
+ padding-right: 5px;
+ }
+
+ table.topic {
+ border-bottom: 2px solid #000000;
+ font-size: 10pt;
+ padding: 0.0em;
+ border-spacing: 0.0;
+ background-color: #FFFFFF;
+ color: #000000;
+ }
+
ul {
list-style: square outside;
|