Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
reduced print font size
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Oct 14, 2012
1 parent bb1809a commit 092e320
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion style/css/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions style/css/print.dev.css
Expand Up @@ -19,7 +19,7 @@ Updated by Christian Wach for Commentpress
{
background: white;
color: #000;
font-size: 10pt;
font-size: 9pt;
/* Text should be "readable" */
font-family: Georgia, serif;
margin: 24pt;
Expand Down Expand Up @@ -97,7 +97,7 @@ Updated by Christian Wach for Commentpress
/* prioritise content */
.post
{
font-size: 110%;
font-size: 100%;
border-bottom: 2px solid #ccc;
}

Expand Down Expand Up @@ -151,21 +151,21 @@ Updated by Christian Wach for Commentpress
.post pre
{
padding-left: 2.5em;
line-height: 1.4;
line-height: 1.5;
}

.post ul,
.post ol
{
padding-left: 2.5em;
line-height: 1.4;
line-height: 1.5;
}

.post ul li,
.post ol li
{
margin-bottom: 2pt;
line-height: 1.4;
line-height: 1.5;
}

.post > ul,
Expand All @@ -176,7 +176,7 @@ Updated by Christian Wach for Commentpress

.post dd
{
line-height: 1.4;
line-height: 1.5;
}

/* to show it */
Expand Down Expand Up @@ -245,7 +245,7 @@ Updated by Christian Wach for Commentpress
/* prioritise comment content */
div#comments_sidebar .comments_container .comment-content
{
font-size: 110%;
font-size: 100%;
padding: 0.2em 0 1em 0;
border: none !important;
}
Expand Down

0 comments on commit 092e320

Please sign in to comment.