Fix head-wrap position

This commit is contained in:
Michael Rose
2013-06-21 10:01:44 -04:00
parent e28742f5b7
commit 5aa9fc444a
6 changed files with 27 additions and 4 deletions

View File

@ -1426,6 +1426,11 @@ html {
.top-navigation li a {
decoration: none;
border-bottom: 0 solid transparent;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
#main {
counter-reset: captions;
@ -1855,9 +1860,13 @@ html {
margin-left: 0%;
margin-right: 0%;
}
.image-wrap .headline-wrap,
.image-wrap:after {
left: 25%;
}
.image-wrap .headline-wrap {
margin-left: 0;
}
#main article {
display: inline;
float: left;
@ -1946,7 +1955,7 @@ html {
left: 33.333333333%;
}
.image-wrap .headline-wrap {
margin-left: 33.333333333333336%;
margin-left: 8.333333333333334%;
}
#main article {
display: inline;