gnomeweb-wml r6060 - in trunk: . www.gnome.org/projects/cheese www.gnome.org/projects/cheese/data/themes/cheese



Author: dgsiegel
Date: Sun Apr 13 12:43:38 2008
New Revision: 6060
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6060&view=rev

Log:
small css changes on the cheese page


Modified:
   trunk/ChangeLog
   trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.all.css
   trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css
   trunk/www.gnome.org/projects/cheese/tour.html

Modified: trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.all.css
==============================================================================
--- trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.all.css	(original)
+++ trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.all.css	Sun Apr 13 12:43:38 2008
@@ -4,7 +4,7 @@
   padding: 0;
   background-color: white;
   font-family: sans-serif;
-  font-size: 10pt;
+  font-size: small;
   color: black;
 }
 

Modified: trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css
==============================================================================
--- trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css	(original)
+++ trunk/www.gnome.org/projects/cheese/data/themes/cheese/document.screen.css	Sun Apr 13 12:43:38 2008
@@ -26,7 +26,7 @@
 #body h2
 {
   border-bottom: 1px solid #99c;
-  font-size: 110%;
+  font-size: 120%;
 }
 
 #body h3, #body h3 a
@@ -202,6 +202,10 @@
   margin: 5px 5px 5px 2em;
 }
 
+.tour-item
+{
+  min-height: 160px;
+}
 
 #warningbox
 {

Modified: trunk/www.gnome.org/projects/cheese/tour.html
==============================================================================
--- trunk/www.gnome.org/projects/cheese/tour.html	(original)
+++ trunk/www.gnome.org/projects/cheese/tour.html	Sun Apr 13 12:43:38 2008
@@ -40,7 +40,7 @@
 
         <div id="left" style="padding-left: 1%;">
 
-          <div>
+          <div class="tour-item">
             <h2>Cheese!</h2>
             <div class="imager">
               <img src="data/tour/cheese-main.jpg" alt="icon" />
@@ -55,7 +55,7 @@
             </p>
           </div>
 
-          <div>
+          <div class="tour-item">
             <h2>Add Cheesy Effects</h2>
             <div class="imagel">
               <img src="data/tour/cheese-effects.jpg" alt="icon" />
@@ -70,7 +70,7 @@
             </p>
           </div>
 
-          <div>
+          <div class="tour-item">
             <h2>Go to Hollywood</h2>
             <div class="imager">
               <img src="data/tour/cheese-video.jpg" alt="icon" />
@@ -90,7 +90,7 @@
 
         <div id="right" style="padding-right: 1%;">
 
-          <div>
+          <div class="tour-item">
             <h2>3... 2... 1... Cheese!</h2>
             <div class="imager">
               <img src="data/tour/cheese-countdown.jpg" alt="icon" />
@@ -105,7 +105,7 @@
             </p>
           </div>
 
-          <div>
+          <div class="tour-item">
             <h2>Share your Photos and Videos</h2>
             <div class="imagel">
               <img src="data/tour/cheese-share.jpg" alt="icon" />
@@ -119,7 +119,7 @@
             </p>
           </div>
 
-          <div>
+          <div class="tour-item">
             <h2>Endless Possibilities</h2>
             <div class="imager">
               <img src="data/tour/cheese-about.jpg" alt="icon" />



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