From 3ba4d29145045caa6e73631f410bd90579217b62 Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Tue, 10 Sep 2013 21:59:11 +0200 Subject: [PATCH] Sidebar lists: No bullets, indent text --- content/styles/_customstyles.scss | 6 ++++++ layouts/calendar_list.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/content/styles/_customstyles.scss b/content/styles/_customstyles.scss index 28199b95..d85d25b8 100644 --- a/content/styles/_customstyles.scss +++ b/content/styles/_customstyles.scss @@ -156,6 +156,12 @@ ul.iconlist { } } +ul.no-bullets { + list-style: none outside none; + margin-left: 15px; + text-indent: -15px; +} + div.planetpost { h2 { font-size: $baseFontSize * 1.25; diff --git a/layouts/calendar_list.erb b/layouts/calendar_list.erb index 2d5ed48c..52978232 100644 --- a/layouts/calendar_list.erb +++ b/layouts/calendar_list.erb @@ -1,7 +1,7 @@ ----- filter: erb ----- -