Making the navigation bar static to improve the readability

This commit is contained in:
Klaus Silveira
2012-09-10 11:29:32 -03:00
parent 920be98a05
commit 46377358af
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ textarea{overflow:auto;vertical-align:top;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333333;background-color:#ffffff;padding-top:60px;padding-bottom:40px;}
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333333;background-color:#ffffff;padding-bottom:40px;}
a{color:#4183c4;text-decoration:none;}
a:hover{color:#2c5d8d;text-decoration:underline;}
.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";}

View File

@@ -13,7 +13,6 @@ body {
line-height: @baseLineHeight;
color: @textColor;
background-color: @bodyBackground;
padding-top: 60px;
padding-bottom: 40px;
}