Skip to content

Commit

Permalink
custom css - blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
smalloranges committed Nov 8, 2018
1 parent 5437999 commit 315abd2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {

.wy-nav-content {
padding: 0.5em 0 1.618em 0;
max-width: 100%;
}

/* right - content */
Expand All @@ -116,21 +115,27 @@ hr {
}

.section {
padding-left: 1.618em;
max-width: 800px;
padding: 0 1.618em;
}

h1 {
background: #2c2c2c;
color: #fff;
padding: 0.8em 1em;
margin-left: -1em;
margin: 0 -1em 1rem -1rem;
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
line-height: 2em;
}

.rst-content blockquote {
border: 1px solid #e6e6e6;
background: #f9fafa;
padding: 1em;
margin-left: 0;
}

/* right - footer */

footer {
Expand Down

0 comments on commit 315abd2

Please sign in to comment.