changeset 69:4a157389a981

browser side: menu CSS fix
author Adrien Vigneron <adrienvigneron@mailoo.org>
date Wed, 15 Jun 2011 21:05:47 +0200
parents c378653792b8
children 386d27dd3fbb
files public/libervia.css
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Wed Jun 15 20:22:53 2011 +0200
+++ b/public/libervia.css	Wed Jun 15 21:05:47 2011 +0200
@@ -147,10 +147,6 @@
     background: -moz-linear-gradient(top, #eee, #aaa);
     background-image: -o-linear-gradient(#eee,#aaa);
     color: #444;
-    /*border-top: solid 1px #fff;*/
-    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
-    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
-    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);	
     cursor: pointer;
 }