[Midnightbsd-cvs] www: index.html: Table margins and td line-height
smultron at midnightbsd.org
smultron at midnightbsd.org
Sun Mar 9 00:54:34 EST 2008
Log Message:
-----------
Table margins and td line-height
Modified Files:
--------------
www/soc:
index.html (r1.4 -> r1.5)
-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/soc/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -L soc/index.html -L soc/index.html -u -r1.4 -r1.5
--- soc/index.html
+++ soc/index.html
@@ -4,11 +4,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>MidnightBSD :: Summer of Code</title>
- <link rel="stylesheet" type="text/css" media="all" href="../css/base.css" />
+ <link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
<!-- $MidnightBSD$ -->
<style type="text/css" media="screen">
<!--
- table { border-collapse: collapse; }
+ table { border-collapse: collapse; margin-right: 20px; }
table td { padding: 20px; }
table th { background: #fff; border-bottom: 5px solid #555; }
.easy { border-bottom: 5px solid #9bf43c; }
@@ -16,6 +16,7 @@
.medium { border-bottom: 5px solid #f4c73c; }
.mediumhard { border-bottom: 5px solid #f4793c; }
.hard { border-bottom: 5px solid #f00; }
+ span { line-height: 1.6em; }
-->
</style>
</head>
@@ -48,7 +49,7 @@
</p>
<table>
<tr>
- <th></th>
+ <th width="50%"></th>
<th><b>Difficulty</b></th>
<th><b>Helpful Knowledge</b></th>
</tr>
More information about the Midnightbsd-cvs
mailing list