[Pcsclite-cvs-commit] r6525 - /website/default.css

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Feb 10 19:08:25 UTC 2013


Author: rousseau
Date: Sun Feb 10 19:08:24 2013
New Revision: 6525

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6525
Log:
Use rounded box for headers

Modified:
    website/default.css

Modified: website/default.css
URL: http://svn.debian.org/wsvn/pcsclite/website/default.css?rev=6525&op=diff
==============================================================================
--- website/default.css (original)
+++ website/default.css Sun Feb 10 19:08:24 2013
@@ -6,6 +6,7 @@
 h2{padding:4px;padding-left:10px;margin:5px;border:2px solid #888;background:#ffb;}
 h3{padding:4px;padding-left:15px;margin:5px;border:1px solid #888;background:#ffc;}
 h4{padding:4px;padding-left:15px;margin:5px;background:#ffd;}
+h1,h2,h3,h4{border-radius:3px}
 table{border:0;margin-left:auto;margin-right:auto;margin-bottom:10px;}
 th{background:#bbd;padding:2px;}
 td{padding:2px;border-bottom:1px dotted #bbd;}
@@ -26,10 +27,6 @@
 pre.prettyprint{margin-bottom:20px}
 pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}
 
-#menu ul { list-style-type:none; margin:0; padding:0; overflow:hidden; }
-#menu li { float:left; }
-#menu a, #menu a:hover { display:block; width:160px; color: black; background-color:#dddddd; border:0px;}
-
 #nav{
 width:194px;margin-top:0px;padding-top:0px;
 }




More information about the Pcsclite-cvs-commit mailing list