Remove top-border

This commit is contained in:
0ip 2013-02-09 17:39:08 +01:00
parent ab04a4e511
commit ef0a6ce5ff
5 changed files with 0 additions and 12 deletions

View file

@ -9,13 +9,6 @@ body {
background: -o-radial-gradient(circle,#aaa,#eee 60%) center fixed;
}
#topborder {
border-top: 8px solid rgba(51, 51, 51, 0.8);
position: fixed;
top: 0px;
width: 100%;
}
div.menu {
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.3);

View file

@ -19,6 +19,5 @@
</ul>
</div>
</div>
<div id="topborder"></div>
</body>
</html>

View file

@ -38,6 +38,5 @@
</div>
</div>
<div id="topborder"></div>
</body>
</html>

View file

@ -92,6 +92,5 @@
</div>
</div>
<div id="topborder"></div>
</body>
</html>

View file

@ -42,7 +42,5 @@
<div id="response"></div>
</div>
</div>
<div id="topborder"></div>
</body>
</html>