Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
A more sane font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jan 29, 2012
1 parent a32137e commit 65a4cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doctrine/static/default.css
Expand Up @@ -80,7 +80,7 @@ abbr,acronym { border:0; }


div.document { div.document {
margin-right: 30px; margin-right: 30px;
font-size: 12pt; font-size: 10pt;
text-align: left !important; text-align: left !important;
} }


Expand Down Expand Up @@ -728,7 +728,7 @@ table.docutils td, table.docutils th


span.pre span.pre
{ {
font-size: 85%; font-size: 90%;
} }


.bd .content .navigation li .bd .content .navigation li
Expand All @@ -741,7 +741,7 @@ a.headerlink
padding: 2px; padding: 2px;
color: #ddd; color: #ddd;
text-decoration: none; text-decoration: none;
font-size: 80%; font-size: 90%;
} }


a.reference em, a.internal em a.reference em, a.internal em
Expand Down

0 comments on commit 65a4cd4

Please sign in to comment.