Fix toolbar issue. Now alawys is on the top.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-24 19:39:42 -03:00
parent f6b1499322
commit be4d7d1c91
2 changed files with 389 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ div#header {
background: -o-linear-gradient(top, #393939 0%, #000000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #393939 0%, #000000 100%); /* IE10+ */
background: linear-gradient(top, #393939 0%, #000000 100%); /* W3C */
z-index: 1000;
position: absolute;
top: 0;
}
div#headerLogo {