updates to fix clashing css

This commit is contained in:
Scott O'Hara 2013-07-26 21:12:56 -04:00
parent 711e064869
commit e46ae4580d
5 changed files with 15 additions and 6 deletions

View file

@ -292,6 +292,7 @@
position:absolute;
top:0;
width:70px;
z-index:9;
}
.interior .header-Nav{

View file

@ -31,3 +31,7 @@
padding:$spacing*2;
width:100%;
}
.hp-Gallery img{
width:100%
}

View file

@ -1212,7 +1212,8 @@ a {
left: 0;
position: absolute;
top: 0;
width: 70px; }
width: 70px;
z-index: 9; }
.interior .header-Nav {
padding-left: 70px; }
@ -1393,3 +1394,6 @@ a {
max-width: 208px;
padding: 8px;
width: 100%; }
.hp-Gallery img {
width: 100%; }

File diff suppressed because one or more lines are too long