Skip to content

Commit

Permalink
Merge pull request #6 from julianofischer/master
Browse files Browse the repository at this point in the history
workaround for issue #5 of slok/iris
  • Loading branch information
slok committed Feb 28, 2016
2 parents f0e6b87 + ba49ebb commit 34f8c50
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions static/css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
header { display: block !important;}
body { font-family: 'Georgia', serif; font-size: 18px; color: #444; }
a { color: #004B6B; }
a:hover { color: #6D4100; }
Expand Down Expand Up @@ -91,11 +92,20 @@ article .archive{margin-top: 10px; margin-bottom: 10px;}

h1.archive-entry-title,
.entry-title,
h1.archive-entry-title a{font-family: 'Marcellus', serif; font-weight: normal;
font-size: 40px; text-decoration: none;
margin: 15px 0 60px 0;height: 0;}
h1.archive-entry-title a{
font-family: 'Marcellus', serif; font-weight: normal;
font-size: 40px; text-decoration: none;
/*margin: 15px 0 60px 0;
height: 0;*/
}

.entry-title {color: #222; font-size: 50px; margin-bottom: 70px}
h1.archive-entry-title {
margin: 0px 0px 5px 0px !important;
height: auto;
}


.entry-title {color: #222; font-size: 50px; margin-bottom: 70px;}

.entry-content h2{margin: 40px 0 5px 0; color: #004B6B;}

Expand Down

0 comments on commit 34f8c50

Please sign in to comment.