diff options
Diffstat (limited to 'docs_theme/css/default.css')
| -rw-r--r-- | docs_theme/css/default.css | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 8c9cd536..d998fbee 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -171,6 +171,25 @@ body{    background-attachment: fixed;  } + +#main-content h1:first-of-type { +    margin-top: 0 +} + +#main-content h1, #main-content h2 { +    font-weight: 300; +    margin-top: 20px +} + +#main-content h3, #main-content h4, #main-content h5 { +    font-weight: 500; +    margin-top: 15px +} + +#main-content img { +    display: block; +    margin: 40px auto; +}  /* custom navigation styles */  .navbar .navbar-inner{ @@ -239,6 +258,10 @@ body a:hover{       }  } +h1 code, h2 code, h3 code, h4 code, h5 code { +  color: #333; +} +  /* sticky footer and footer */  html, body {    height: 100%; | 
