removed top line
This commit is contained in:
parent
0ad83a2172
commit
ffc6ab41e0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ body header {
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */
|
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: -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+ */
|
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;
|
height:50px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue