forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style sphinx docs to match the rest of the site
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@import url("default.css"); | ||
|
||
div.body h1, | ||
div.body h2, | ||
div.body h3, | ||
div.body h4, | ||
div.body h5, | ||
div.body h6, | ||
div.sphinxsidebar h3, | ||
div.sphinxsidebar h4 { | ||
font-weight: bold; | ||
} | ||
|
||
pre { | ||
line-height: 14pt; | ||
margin: 17pt; | ||
padding-left: 1em; | ||
border: none; | ||
border-left: 1px solid #ccc; | ||
} | ||
|
||
div.body p, div.body dd, div.body li { | ||
text-align: left; | ||
} | ||
|
||
.highlight { | ||
background: #fff !important; | ||
} |