[phc-internals] [phc commit] r1724 - www/trunk/public_html

codesite-noreply at google.com codesite-noreply at google.com
Fri Oct 3 13:02:21 IST 2008


Author: edskodevries
Date: Fri Oct  3 05:01:16 2008
New Revision: 1724

Modified:
    www/trunk/public_html/index.html
    www/trunk/public_html/phc.css

Log:
Couple of minor corrections to the website layout (right margin, vertical  
alignment on front page)


Modified: www/trunk/public_html/index.html
==============================================================================
--- www/trunk/public_html/index.html	(original)
+++ www/trunk/public_html/index.html	Fri Oct  3 05:01:16 2008
@@ -36,7 +36,7 @@
  			</td>
  		</tr>
  		<tr>
-			<td>
+			<td valign="top">
  				<div class=warningbox>
  					<p><b>New release</b>: <span class=phc>phc</span> version
  					0.2.0-alpha1 is available for <a
@@ -106,7 +106,7 @@
  				<p>See the <a href="news.html">news archive</a> for older news.</p>
  			
  			</td>
-			<td width="35%" valign=top>
+			<td width="35%" valign="top">
  				<div class="svn">
  					<h1>Recent project activity:</h1>


Modified: www/trunk/public_html/phc.css
==============================================================================
--- www/trunk/public_html/phc.css	(original)
+++ www/trunk/public_html/phc.css	Fri Oct  3 05:01:16 2008
@@ -2,7 +2,7 @@
  	margin: 0px;
  	font-family: sans-serif;
  	font-size: 10pt;
-	height=100%;
+	height: 100%;
  }
  h1 {
  	font-size: 16pt;
@@ -17,9 +17,11 @@
  	margin-bottom: 0pt;
  }
  .maintable {
-	margin: 5px;
  	width: 100%;
  }
+.maintable TD {
+  padding: 3px;
+}
  span.phc {
  	color: #882222;
  }
@@ -32,13 +34,11 @@
  .svn {
  	background: #cccccc;
  	border: solid 1px #8a7640;
-	margin-right: 5px;
  	padding: 3px;
  }
  .warningbox {
  	border: solid 1px black;
  	padding: 5px;
-	margin-right: 5px;
  	color: #b53614;
  	background: #efdba7;
  }


More information about the phc-internals mailing list