art-web r560 - in branches/art-hub: css templates



Author: thos
Date: Sun Nov 23 00:14:07 2008
New Revision: 560
URL: http://svn.gnome.org/viewvc/art-web?rev=560&view=rev

Log:
Clean up some CSS issues


Modified:
   branches/art-hub/css/layout.css
   branches/art-hub/css/style.css
   branches/art-hub/templates/header.php

Modified: branches/art-hub/css/layout.css
==============================================================================
--- branches/art-hub/css/layout.css	(original)
+++ branches/art-hub/css/layout.css	Sun Nov 23 00:14:07 2008
@@ -7,8 +7,8 @@
 }
 
 #body {
-	margin: 90px 230px 0px 10px;
-	padding: 0px;
+	margin: 90px 10px 0px 10px;
+	line-height: 150%;
 }
 
 a img {

Modified: branches/art-hub/css/style.css
==============================================================================
--- branches/art-hub/css/style.css	(original)
+++ branches/art-hub/css/style.css	Sun Nov 23 00:14:07 2008
@@ -40,7 +40,8 @@
 }
 
 h2 {
-  font-size: 1.2em;
+	border-bottom: 1px solid #99c;
+	font-size: 110%;
 }
 
 h3 {

Modified: branches/art-hub/templates/header.php
==============================================================================
--- branches/art-hub/templates/header.php	(original)
+++ branches/art-hub/templates/header.php	Sun Nov 23 00:14:07 2008
@@ -58,6 +58,6 @@
   </div>
 <!-- end site header -->
 
-<div<?php if ($options['sidebar']) echo ' id="body"'?>>
+<div id="body">
 <div id="content">
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]