Skip to content

Commit

Permalink
get chrome rendering right
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jun 17, 2010
1 parent 82a3d6c commit 1788fc9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/.static/repoze.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ div.document {
background-color: #dad3bd;
}

div.sphinxsidebar h3,h4,h5,li,a {
div.sphinxsidebar h3, h4, h5, a {
color: #127c56 !important;
}

Expand All @@ -19,3 +19,15 @@ div.related {
div.related a {
color: #dad3bd !important;
}

/* override the justify text align of the default */

div.body p {
text-align: left !important;
}

/* fix google chrome <pre> tag renderings */

pre {
line-height: normal !important;
}

0 comments on commit 1788fc9

Please sign in to comment.