[Midnightbsd-cvs] www: index.html: CSS inconsistency

smultron at midnightbsd.org smultron at midnightbsd.org
Sun Mar 9 01:06:26 EST 2008


Log Message:
-----------
CSS inconsistency

Modified Files:
--------------
    www/soc:
        index.html (r1.5 -> r1.6)

-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/soc/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -L soc/index.html -L soc/index.html -u -r1.5 -r1.6
--- soc/index.html
+++ soc/index.html
@@ -8,8 +8,8 @@
 <!-- $MidnightBSD$ -->
 		<style type="text/css" media="screen">
 		<!--
-		table { border-collapse: collapse; margin-right: 20px; }
-		table td { padding: 20px; }
+		table { border-collapse: collapse; margin-right: 20px; font-family: helvetica, sans-serif; font-size: 10pt; }
+		table td { padding: 20px; line-height: 1.2em; }
 		table th { background: #fff; border-bottom: 5px solid #555; }
 		.easy { border-bottom: 5px solid #9bf43c; }
 		.easymedium { border-bottom: 5px solid #cbf43c; }


More information about the Midnightbsd-cvs mailing list