removed top line

This commit is contained in:
Dmitriy Zaporozhets 2012-01-17 21:03:20 +02:00
parent 0ad83a2172
commit ffc6ab41e0

View file

@ -68,7 +68,7 @@ body header {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA)); /* for webkit browsers */
background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA); /* for firefox 3.6+ */
border-bottom: 2px solid $styled_border_color;
border-bottom: 1px solid #ccc;
height:50px;