Skip to content

Commit

Permalink
Merge pull request #4 from danielhjames/master
Browse files Browse the repository at this point in the history
Fixed CSS for article pages with bigger images
  • Loading branch information
ljubar committed Oct 2, 2013
2 parents fbb2bae + 99a82e2 commit 67f3683
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ top:310px;

#article-mainimage p#caption {
position:absolute;
top:640px;
top:690px;
left:190px;
font-family:UtilityBoldCondensed, Helvetica, Arial, sans-serif;
font-size:32px;
Expand All @@ -258,7 +258,7 @@ text-shadow:2px 2px #000;

#article-deck {
position:absolute;
top:710px;
top:770px;
left:0px;
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
Expand All @@ -268,7 +268,7 @@ margin:10px 0px 10px 0px;

#article-authors {
position:absolute;
top:770px;
top:860px;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;
font-weight:bold;
Expand All @@ -282,7 +282,7 @@ text-decoration: none;

#article-body {
position:absolute;
top:830px;
top:900px;
font-family:Helvetica, Arial, sans-serif;
font-size:16px;
}
Expand Down

0 comments on commit 67f3683

Please sign in to comment.