remove header shadow - not well dispayed in all browsers

This commit is contained in:
arnault 2012-04-01 18:02:19 +02:00
parent 780de544bc
commit 3920c55f56

View File

@ -25,9 +25,6 @@ body {
width: 100%; width: 100%;
padding: 3px 5px 5px 2px; padding: 3px 5px 5px 2px;
background-color: #2B2B2B; background-color: #2B2B2B;
-webkit-box-shadow: 1px 1px 12px #000;
-moz-box-shadow: 1px 1px 12px #000;
box-shadow: 1px 1px 12px #000;
} }
#header h1 { #header h1 {