diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-27 00:57:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-27 00:57:10 -0800 |
| commit | 06478bc92bb7b872973d593c8f219c93661e6a98 (patch) | |
| tree | a19ffaa5c8af6e932e5e7f8e09b856d2d6240b34 /nn.css | |
| parent | cae98695941b9ef67d82aad4eb5966026dee85bc (diff) | |
| download | nng-06478bc92bb7b872973d593c8f219c93661e6a98.tar.gz nng-06478bc92bb7b872973d593c8f219c93661e6a98.tar.bz2 nng-06478bc92bb7b872973d593c8f219c93661e6a98.zip | |
Fix up footer markup.
Diffstat (limited to 'nn.css')
| -rw-r--r-- | nn.css | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -50,19 +50,17 @@ a.nn-nav-link { text-align: right; } -.nn-header, .nn-footer { - width: 100%; - background: #e0e0e0; -} - .nn-header { + width: 100%; position: fixed; top: 0; left: 0; + background: #e0e0e0; } .nn-footer { - clear: both; + width: 100%; + margin-left: 20em; } .nn-footer-inner { @@ -442,15 +440,6 @@ img { vertical-align: middle; } -/* footer section */ - -#footer { - margin-top: 22px; - padding: 14px 16px; - color: #666666; - background-color: #ffffff; -} - /* responsiveness fixes */ video { @@ -467,7 +456,7 @@ nav.toc2 { z-index: 10; position: fixed; top: 5em; - bottom: 6.5em; + bottom: 0; padding: 1.25em 1em; } |
