planet-web r597 - trunk/web



Author: jdub
Date: Thu Jul 24 11:16:41 2008
New Revision: 597
URL: http://svn.gnome.org/viewvc/planet-web?rev=597&view=rev

Log:
consistent width for #content to improve readability on large screens, thanks to robtaylor

Modified:
   trunk/web/nlayout.css

Modified: trunk/web/nlayout.css
==============================================================================
--- trunk/web/nlayout.css	(original)
+++ trunk/web/nlayout.css	Thu Jul 24 11:16:41 2008
@@ -192,7 +192,9 @@
 
 /* Content */
 #content {
-	margin: 1em;
+	margin: 0px auto 0px auto;
+	padding: 0px 1em 0px 1em;
+	max-width: 65em;
 }
 
 #content h1.title {



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