[gnome3-web] dual column layout for FAQ and better metrics for headings.



commit de9cc42b1eceb91914c64fa472f572227ce6a702
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Apr 6 21:50:21 2011 +0200

    dual column layout for FAQ and better metrics for headings.

 css/gnome3.css |    7 ++++++-
 faq.html       |    6 +++++-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/css/gnome3.css b/css/gnome3.css
index 887ad1b..bdc3fe7 100644
--- a/css/gnome3.css
+++ b/css/gnome3.css
@@ -19,12 +19,16 @@ body {
 }
 
 h1, h2, h3 {
-  margin-bottom: 0px;
+  margin-bottom: .5em;
   color: #999;
   text-shadow: 0 1px 0 #FFFFFF;
   text-transform: uppercase;
 }
 
+  h1 { font-size: 140%; }
+  h2 { font-size: 130%; }
+  h3 { font-size: 120%; }
+  h4 { font-size: 110%; }
 a {
   color: #f57900;
   font-weight: bold;
@@ -66,6 +70,7 @@ a.faq {
     left: -3px;
     color: #eeeeec;
     text-shadow: 0 2px 15px #000000;
+    margin: 0;
   }
 
   #splash .alpha-banner {
diff --git a/faq.html b/faq.html
index 7d9d3c2..541a7be 100644
--- a/faq.html
+++ b/faq.html
@@ -36,7 +36,7 @@
 
 
 <div class="container_12">
-  <div class="grid_12">
+  <div class="grid_6">
     <h2>How do I get GNOME 3?</h2>
 
     <p>GNOME 3 is scheduled for release on 6th April 2011 and will be available via popular distributions after that time. See the <a href="tryit.html">Try It</a> page for more details and for links to a live demos.</p>
@@ -53,10 +53,14 @@
 
     <p>Yes! Existing GNOME applications will work just fine in GNOME 3. GNOME 3 does provide facilities to make applications even better though, so look out for new and improved GNOME 3 versions of those trusty apps you've learnt to love.</p>
 
+
     <h2>What will happen to the old version of GNOME?</h2>
 
     <p>The GNOME 2 desktop had a long life, and parts of it became difficult to maintain over that period. As a result, continued releases of the entire GNOME 2 desktop was never a practical option for the GNOME Project, and several parts of the old GNOME 2 desktop will not receive new releases after GNOME 3 is released. The traditional GNOME 2 desktop will not disappear overnight, however: releases of GNOME 2 will continue to be supported by distributions for years to come.</p>
 
+</div>
+<div class="grid_6">
+
     <h2>Why is the GNOME 3 desktop designed the way it is?</h2>
 
     <p>A huge amount of work has gone into the design of GNOME 3, and each of the design decisions behind it has a carefully considered rationale. If you have a specific question about one of these design decisions, try reading our <a href="http://live.gnome.org/GnomeShell/Design/FAQ";>answers to common GNOME 3 design questions</a>. Alternatively, more extensive details about the design of the GNOME 3 desktop can be found on the <a href="http://live.gnome.org/GnomeShell/Design/";>GNOME 3 desktop design wiki page</a>.</p>



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