[epiphany] overview: set the thumbnmail size correctly



commit e020a6da622e3ddbd15b13d0059fbb5da941de0f
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Feb 19 15:22:34 2014 +0100

    overview: set the thumbnmail size correctly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723950

 src/resources/overview.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/overview.html b/src/resources/overview.html
index e5854e7..eae3be9 100755
--- a/src/resources/overview.html
+++ b/src/resources/overview.html
@@ -48,8 +48,8 @@
   }
 
   .overview-item {
-      width: 200px;
-      height: 200px;
+      width: 180px;
+      height: 180px;
       float: left;
       margin: 15px;
       outline: 0;
@@ -71,8 +71,8 @@
   }
 
   .thumbnail {
-      width: 200px;
-      height: 150px;
+      width: 180px;
+      height: 135px;
       display: block;
       transition: all 0.2s ease-in-out;
       border: 1px solid #ccc;


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