[Pcsclite-cvs-commit] r6721 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Thu Aug 8 20:05:28 UTC 2013


Author: rousseau
Date: 2013-08-08 20:05:27 +0000 (Thu, 08 Aug 2013)
New Revision: 6721

Modified:
   website/default.css
Log:
Specify arial as the preferred font for #body


Modified: website/default.css
===================================================================
--- website/default.css	2013-08-08 20:04:08 UTC (rev 6720)
+++ website/default.css	2013-08-08 20:05:27 UTC (rev 6721)
@@ -1,7 +1,7 @@
-body{font-family:Sans-Serif;}
+body{font-family:arial,sans-serif;}
 #footer{background:#EEE;border-style:solid;border-width:1px;text-align:center;font-size:80%;padding:8px;}
 
-#body{margin:10px;padding:0px;background:#fff;color:#000;font-family:Sans-Serif;}
+#body{margin:10px;padding:0px;background:#fff;color:#000;font-family:arial,sans-serif;}
 h1{padding:4px;text-align:center;border:4px double #000;background:#ffa;}
 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;}




More information about the Pcsclite-cvs-commit mailing list