CSS fixes

This commit is contained in:
Nishanth Shanmugham
2015-09-04 14:21:20 -05:00
parent ec002999c7
commit 891fbc2af0
41 changed files with 32 additions and 5413 deletions

View File

@@ -39,7 +39,7 @@ h4, h5, h6 {
code, pre {
font-family: @monospace-font-stack;
font-size: 0.9rem;
font-size: 0.95rem;
background-color: @background-gray;
}
@@ -66,7 +66,7 @@ pre {
pre code {
/* enclosed by 4 backticks (````) */
padding: 0;
font-size: 15px;
font-size: 0.9rem;
}
//