[library-web] limit size of icons



commit 7fea0d052ff570db31c4092b9390d6abec48f1dc
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Jan 29 09:12:23 2014 +0000

    limit size of icons

 data/skin/lgo2010.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index 6956452..64cbb32 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -484,6 +484,8 @@ img.application-icon {
   padding-right: 1ex;
   position: relative;
   top: 0.8ex;
+  max-width: 48px;
+  max-height: 48px;
 }
 
 h1 img.application-icon {


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