Commit ffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d

Authored by Dmitriy Zaporozhets
1 parent 0ad83a21

removed top line

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/top_panel.scss
@@ -68,7 +68,7 @@ body header { @@ -68,7 +68,7 @@ body header {
68 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */ 68 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */
69 background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA)); /* for webkit browsers */ 69 background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA)); /* for webkit browsers */
70 background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA); /* for firefox 3.6+ */ 70 background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA); /* for firefox 3.6+ */
71 - border-bottom: 2px solid $styled_border_color; 71 + border-bottom: 1px solid #ccc;
72 72
73 height:50px; 73 height:50px;
74 74