Update of /cvsroot/fink/web
In directory sc8-pr-cvs17:/tmp/cvs-serv10108

Modified Files:
        fink.css 
Log Message:
Add some style to the new pdb browser list


Index: fink.css
===================================================================
RCS file: /cvsroot/fink/web/fink.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- fink.css    21 Aug 2007 21:15:44 -0000      1.30
+++ fink.css    26 Aug 2007 14:12:10 -0000      1.31
@@ -26,6 +26,41 @@
        padding: 0 ;
 }
 
+table.pdb
+{
+       width: 100%;
+       text-align: left;
+       background-color: #fafafa;
+       border-collapse: collapse;
+       border-spacing: 0px;
+       border-bottom: 1px #999 solid;
+}
+
+tr.pdbHeading
+{
+       background-color: #FFF;
+       border-top: 2px #999 solid;
+       border-bottom: 1px #999 solid;
+       padding: 4px 0px 4px 32px;
+}
+
+.package
+{
+       border-bottom: 1px #CCC dotted;
+       padding: 4px 0px 4px 32px;
+}
+.package:hover {background: #ffe6b3}
+.package a:link {text-decoration: none}
+.package a:visited {text-decoration: none}
+.package a:active {text-decoration: none}
+.package a:hover {text-decoration: underline}
+
+td.packageName
+{
+       clear: both;
+       width: auto;
+}
+
 p,ul,ol,li,dl,dt,dd,td,th { font: 11pt "Trebuchet MS",sans-serif; 
        color: black ; 
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to