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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Aug 16 08:19:17 UTC 2010


Author: rousseau
Date: Mon Aug 16 08:19:14 2010
New Revision: 5142

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5142
Log:
Change table format: 1px solid line and centered text

Modified:
    website/default.css

Modified: website/default.css
URL: http://svn.debian.org/wsvn/pcsclite/website/default.css?rev=5142&op=diff
==============================================================================
--- website/default.css (original)
+++ website/default.css Mon Aug 16 08:19:14 2010
@@ -2,7 +2,8 @@
 h1{padding:4px;text-align:center;border:4px double #000;background:#ff8;}
 h2{padding:4px;border:1px solid #888;background:#ffa;}
 h3{padding:4px;background:#ffc;}
-table{margin-left:auto;margin-right:auto;margin-bottom:10px;}
+table{margin-left:auto;margin-right:auto;margin-bottom:10px;border-collapse:collapse;}
+table, th, td { border: 1px solid black; text-align: center; }
 th{background:#bbd;padding:2px;}
 td{padding:2px}
 img{border:0;}




More information about the Pcsclite-cvs-commit mailing list