Skip to content

Commit

Permalink
Polish template font size now scales up on retina screens. Fixes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin authored and Benjamin committed Mar 26, 2013
1 parent 8849992 commit 092e90c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/changelog.html
Expand Up @@ -62,6 +62,7 @@ <h6>Fixes</h6>
issues.</li>
<li>Fixed syntax highlighting display issues on mobile for Skeleton and Sketch templates.</li>
<li>Fixed mobile modal height to appear full-screen.</li>
<li>Polish template font size now scales up on retina screens.</li>
</ul>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions templates/polish/css/grid.css
Expand Up @@ -15,7 +15,7 @@
}
.row {
clear: both;
overflow: auto;
height: 100%;
width: 100%;
}
.row:after {
Expand All @@ -26,8 +26,8 @@
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {float: left;}
[class*="col"] .row [class*="col"]:first-child, [class*="col"] .row {
clear: both;
margin-left: 0;
overflow: auto;
height: 100%;
margin-left: 0;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion templates/polish/css/type.css
Expand Up @@ -16,7 +16,7 @@
*/
body {
font-family: 'Open Sans', Georgia, "Times New Roman", serif;
font-size: 16px !important;
font-size: 16px;
line-height: 1.75em;
}
blockquote, h1, h2, h3, h4, h5, h6, p {margin-bottom: 1.75em;}
Expand Down

0 comments on commit 092e90c

Please sign in to comment.