Delete empty ie6.css, fix some CSS rules
This commit is contained in:
parent
6b6b75b0f7
commit
6fae7eb603
|
@ -2,7 +2,7 @@
|
|||
* { margin: 0; padding: 0; border: none; }
|
||||
*:focus { outline: none !important; }
|
||||
|
||||
html { background: #cacbca url('../Images/Backgrounds/NewOceanWave.jpg') fixed;
|
||||
html { background: #cacbca url(/assets/images/Backgrounds/NewOceanWave.jpg) fixed;
|
||||
-webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
|
||||
|
||||
body { font: 14px Arial, Helvetica, Geneva, sans-serif; margin: 0px 0px 0px 0px; color: #444; line-height: 18px; }
|
||||
|
@ -38,7 +38,6 @@ img.Logo {
|
|||
height: 130px;
|
||||
position: relative;
|
||||
margin-right: 24px;
|
||||
display: inline-block;
|
||||
transform: rotate(-2deg);
|
||||
-ms-transform: rotate(-2deg); /* IE 9 */
|
||||
-webkit-transform: rotate(-2deg); /* Safari and Chrome */
|
||||
|
@ -53,7 +52,6 @@ nav {
|
|||
top: 61px;
|
||||
float: right;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
nav ul { list-style: none; }
|
||||
|
@ -78,7 +76,7 @@ nav ul li.dropdown:hover div.drop {
|
|||
background-color: #666;
|
||||
}
|
||||
|
||||
div.drop section { min-height: 100px; max-width: 210px; min-width: 120px; display: inline-block; float: left; }
|
||||
div.drop section { min-height: 100px; max-width: 210px; min-width: 120px; float: left; }
|
||||
div.drop h2 { font: bold 26px "Bebas", Arial, Geneva, sans-serif; color: white; margin-bottom: -2px; }
|
||||
|
||||
nav ul li a.navLink, nav ul li a.dropLink { color: inherit !important; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user