diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-24 20:16:50 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-24 20:16:50 +0100 |
commit | 4577fc2f4fc70f5b5a81431354566ad6f910f7bc (patch) | |
tree | 3507406b6de87fa7588444117e64d07ce8c46595 | |
parent | 79ef5a4735c4346fc7dd61bda81ee82bf402f509 (diff) | |
download | alpine-mksite-4577fc2f4fc70f5b5a81431354566ad6f910f7bc.tar.bz2 alpine-mksite-4577fc2f4fc70f5b5a81431354566ad6f910f7bc.tar.xz |
style: add class for centered block
This is so we can avoid using the obsolete <center>
-rw-r--r-- | _static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css index ced004e..deb21d2 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -26,6 +26,10 @@ body { padding: 0.5em 3em 0.5em 0em; } +.block-center { + text-align: center; +} + .widebar { margin: 0 -300% 4em; padding: 1.5em 300%; |