Revision: 4232
Author: [email protected]
Date: Fri Aug  6 22:43:02 2010
Log: Corkboard: Make header and footer narrower than the whole screen.

http://code.google.com/p/google-caja/source/detail?r=4232

Modified:
 /trunk/src/com/google/caja/demos/corkboard/static/style.css

=======================================
--- /trunk/src/com/google/caja/demos/corkboard/static/style.css Fri Jul 23 17:31:30 2010 +++ /trunk/src/com/google/caja/demos/corkboard/static/style.css Fri Aug 6 22:43:02 2010
@@ -17,12 +17,11 @@
   background-size: 100%; /* CSS3 */
   text-shadow: 0 0 .5em #fff;
 }
-
-h1 {
-  text-align: center;
-}

 body > * {
+  max-width: 45em;
+  margin-left: auto;
+  margin-right: auto;
   text-shadow: none;
   background-color: white;
   color: black;
@@ -32,6 +31,13 @@
   padding: .4em .5em .3em .5em;
 }

+h1 {
+  width: 50%;
+  min-width: 12em;
+  text-align: center;
+}
+
+
/* --- Postings ------------------------------------------------------------- */

 .posting {

Reply via email to