Skip to content

Commit

Permalink
Removing absolute positioning from h2 (fixes #37).
Browse files Browse the repository at this point in the history
This alleviates the most glaring issue with positioning when printing
slides to PDF that use the base themes.
  • Loading branch information
nyergler committed Apr 14, 2014
1 parent e3f412a commit d2ecf96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hieroglyph/themes/slides/static/styles.css
Expand Up @@ -413,12 +413,12 @@ h2 {
font-size: 1.5em;
line-height: 1em;

position: absolute;
bottom: 150px;

padding: 0;
margin: 0;
margin-top: 465px;
padding-right: 40px;
/* position: absolute; */
/* bottom: 150px; */

font-weight: 600;

Expand Down

0 comments on commit d2ecf96

Please sign in to comment.