| Index: static/css/main.css |
| =================================================================== |
| --- a/static/css/main.css |
| +++ b/static/css/main.css |
| @@ -45,45 +45,16 @@ |
| .sprite |
| { |
| display: inline-block; |
| font-size: 0px; /* fix for IE6 height bug */ |
| background-image: url(../img/sprite-main.png); |
| background-repeat: no-repeat; |
| } |
| -#adblock-browser-notification |
| -{ |
| - text-align: center; |
| -} |
| - |
| -#adblock-browser-notification a |
| -{ |
| - font-weight: bold; |
| -} |
| - |
| -#adblock-browser-notification img |
| -{ |
| - vertical-align: bottom; |
| - width: 25px; |
| - height: 25px; |
| -} |
| - |
| -#adblock-browser-notification span |
| -{ |
| - white-space: nowrap; |
| - margin-left: 1em; |
| -} |
| - |
| -[dir="rtl"] #adblock-browser-notification span |
| -{ |
| - margin-left: 0; |
| - margin-right: 1em; |
| -} |
| - |
| .toc |
| { |
| display: inline-block; |
| border: 1px solid #aaa; |
| background: #fff; |
| padding: 16px 20px; |
| } |
| @@ -178,17 +149,19 @@ |
| .content h4, |
| .content h5 |
| { |
| font-weight: bold; |
| margin: 32px 0 16px 0; |
| margin: 2rem 0 1rem 0; |
| } |
| -.content h1 { font-size: 1.8em; } |
| +.content h1, |
| +.content .h1 { font-size: 1.8em; } |
| + |
| .content h2 { font-size: 1.4em; } |
| .content h3 { font-size: 1.3em; } |
| .content h4 { font-size: 1.2em; } |
| .content h5 { font-size: 1.1em; } |
| @media(min-width: 768px) |
| { |
| .content h1 { font-size: 2.4em; } |