[gnome3-web] better alignment of video thumbnails.



commit 05667e11b8f09a51a34495ae4ac3854636abe281
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Apr 6 20:19:16 2011 +0200

    better alignment of video thumbnails.
    
    - Didn't have the source of the thumbnail overlays so it's simply scaled up and unsharp masked

 css/gnome3.css              |    8 ++++++++
 img/video-appsearch.png     |  Bin 47737 -> 63936 bytes
 img/video-appwindows.png    |  Bin 36444 -> 51632 bytes
 img/video-hardware.png      |  Bin 42555 -> 57154 bytes
 img/video-interruptions.png |  Bin 59782 -> 77325 bytes
 img/video-windows.png       |  Bin 57902 -> 70465 bytes
 img/video-workspaces.png    |  Bin 44781 -> 58741 bytes
 index.html                  |   14 ++++++++------
 8 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/css/gnome3.css b/css/gnome3.css
index 15fd36c..45dd70d 100644
--- a/css/gnome3.css
+++ b/css/gnome3.css
@@ -142,6 +142,14 @@ ul.navigation li a {
 .videos {
   text-align: center;
 }
+  .videos p {
+    text-align: left;
+    margin: 0 2em 0 0;
+    }
+    .videos label {
+      display: block;
+      margin-bottom: 2em;
+    }
 
 .features {
   margin-top: 50px;
diff --git a/img/video-appsearch.png b/img/video-appsearch.png
index e49ad28..45d3cc5 100644
Binary files a/img/video-appsearch.png and b/img/video-appsearch.png differ
diff --git a/img/video-appwindows.png b/img/video-appwindows.png
index bc84431..8b1acc9 100644
Binary files a/img/video-appwindows.png and b/img/video-appwindows.png differ
diff --git a/img/video-hardware.png b/img/video-hardware.png
index aef5fa0..286b704 100644
Binary files a/img/video-hardware.png and b/img/video-hardware.png differ
diff --git a/img/video-interruptions.png b/img/video-interruptions.png
index a78dfc5..7e9dc8d 100644
Binary files a/img/video-interruptions.png and b/img/video-interruptions.png differ
diff --git a/img/video-windows.png b/img/video-windows.png
index f4835b1..c8bd618 100644
Binary files a/img/video-windows.png and b/img/video-windows.png differ
diff --git a/img/video-workspaces.png b/img/video-workspaces.png
index 8f2a05a..62de620 100644
Binary files a/img/video-workspaces.png and b/img/video-workspaces.png differ
diff --git a/index.html b/index.html
index ad4c9ce..be4b33c 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,7 @@
         <h1>Introducing the next generation GNOME desktop</h1>
       </div>
 
-    <p>For GNOME 3, the GNOME Project has started from scratch and created a completely new, modern desktop designed for today's users and technologies. Here are some of the things that you can expect from the new GNOME:</p>
+    <p></p>
 
   </div>
 </div>
@@ -47,14 +47,16 @@
 <div class="clear"></div>
 
 <div class="container_12 videos">
-<div class="grid_4"><a href="video-appsearch.html" rel="fancyvid"><img src="img/video-appsearch.png"/></a><br/>Access apps faster</div>
-<div class="grid_4"><a href="video-windows.html" rel="fancyvid"><img src="img/video-windows.png"/></a><br/>Easier window managment</div>
-<div class="grid_4 omega"><a href="video-workspaces.html" rel="fancyvid"><img src="img/video-workspaces.png"/></a><br/>Create workspaces</div>
+<div class="grid_4"><p>For GNOME 3, the GNOME Project has started from scratch and created a completely new, modern desktop designed for today's users and technologies. Here are some of the things that you can expect from the new GNOME:</p></div>
+<div class="grid_4"><a href="video-appsearch.html" rel="fancyvid"><img src="img/video-appsearch.png"/></a><label>Access apps faster</label></div>
+<div class="grid_4"><a href="video-windows.html" rel="fancyvid"><img src="img/video-windows.png"/></a><label>Easier window managment</label></div>
+
 </div>
 
 <div class="container_12 videos">
-<div class="grid_6"><a href="video-hardware.html" rel="fancyvid"><img src="img/video-hardware.png"/></a><br/>Deeper hardware integration</div>
-<div class="grid_6 omega"><a href="video-appwindows.html" rel="fancyvid"><img src="img/video-appwindows.png"/></a><br/>App-based window management</div>
+<div class="grid_4"><a href="video-workspaces.html" rel="fancyvid"><img src="img/video-workspaces.png"/></a><label>Create workspaces</label></div>
+<div class="grid_4"><a href="video-hardware.html" rel="fancyvid"><img src="img/video-hardware.png"/></a><label>Deeper hardware integration</label></div>
+<div class="grid_4"><a href="video-appwindows.html" rel="fancyvid"><img src="img/video-appwindows.png"/></a><label>App-based window management</label></div>
 </div>
 
 <div class="clear"></div>



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