diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-28 12:17:12 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-28 12:17:12 +0200 |
| commit | c8682070e1e7a6d97a19fc02b1081b7fe50635f5 (patch) | |
| tree | 60cb590fc01e2ee4d479d3898b32b86cca8c2302 /_static | |
| parent | 10aa07c5243981b6d678c4db83fac851b68c06e1 (diff) | |
| download | alpine-mksite-c8682070e1e7a6d97a19fc02b1081b7fe50635f5.tar.bz2 alpine-mksite-c8682070e1e7a6d97a19fc02b1081b7fe50635f5.tar.xz | |
add a class (pageclass) to every page
this will take the filename (in case of root) or else the pathname
you can overide it by adding yml at the top of the md file
Diffstat (limited to '_static')
| -rw-r--r-- | _static/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/_static/styles.css b/_static/styles.css index c113b13..07864e9 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -37,7 +37,8 @@ a { * * center content * * add padding between and around text boxes */ -.content { + +#content { margin: 0 auto; padding: 0em 1em 2em 1em; max-width: 980px; @@ -244,6 +245,14 @@ a.alpine-logo:active { .read-more { margin-top: 1em; } /* + * Community page + */ + +.community h2 { + margin-top: 2em; +} + +/* * Footer styling */ |
