diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-22 16:50:34 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-22 16:50:34 +0100 |
| commit | a2e22991c91d346bb991b244a6be1e1edc2686b8 (patch) | |
| tree | 766034674d533a6d9b2e40b46768f5aa2565c73e /_static/css | |
| parent | ce912ba75e6dae3e78a0610f7b8fef2a64748158 (diff) | |
| download | alpine-mksite-a2e22991c91d346bb991b244a6be1e1edc2686b8.tar.bz2 alpine-mksite-a2e22991c91d346bb991b244a6be1e1edc2686b8.tar.xz | |
add margin to li in posts and community
Diffstat (limited to '_static/css')
| -rw-r--r-- | _static/css/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index 164a596..c3a221b 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -344,6 +344,15 @@ footer { footer a { color: #ddd; } /* + * posts and community lists + */ + +.posts li, +.community li { + margin: 0.5em; +} + +/* * Color set taken from: * http://www.colourlovers.com/home/trends/interior-looks/7760/Dive_Into_Color */ |
