CSS Fixes, editdocs.md simplification.

This commit is contained in:
John Mulhausen
2016-02-16 15:33:27 -08:00
parent 05d3f39510
commit 28d657729d
3 changed files with 46 additions and 34 deletions
+12 -8
View File
@@ -765,7 +765,8 @@ section {
line-height: 58px; }
#docsContent h2 {
font-size: 32px;
line-height: 40px; }
line-height: 40px;
margin: 30px 0px 15px 0px; }
#docsContent h3 {
font-size: 28px;
line-height: 35px; }
@@ -778,17 +779,20 @@ section {
#docsContent p + p {
margin-top: 30px; }
#docsContent code {
display: block;
white-space: pre-wrap;
margin: 30px 0;
padding: 30px;
background-color: #f7f7f7;
background-color: #f7f7f7;
color: #303030;
font-family: "Roboto Mono", monospace;
font-size: 14px;
font-size: 16px;
padding: 2px 4px; }
#docsContent pre code {
display: block;
white-space: pre-wrap;
margin: 20px 0;
padding: 15px;
font-size: 14px;
line-height: 32px;
overflow: auto; }
#docsContent code::-webkit-scrollbar {
#docsContent pre code::-webkit-scrollbar {
background-color: transparent; }
#docsContent ul li {
list-style: disc; }