From 7d291d47a61caa5be582f8952e293974229b37c1 Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Fri, 23 Aug 2013 13:38:24 +0200 Subject: [PATCH] Style social links --- content/styles/_customstyles.scss | 13 +++++++++++++ layouts/default.html | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/content/styles/_customstyles.scss b/content/styles/_customstyles.scss index 0e2cc38e..d1189f3e 100644 --- a/content/styles/_customstyles.scss +++ b/content/styles/_customstyles.scss @@ -101,3 +101,16 @@ h4 small { font-size: $baseFontSize; } margin-bottom: -3px; } +ul.horizontal { + color: $cccsGreen; + list-style: none outside none; + li { + padding-right: 2em; + } + li:before { + font-size: 150%; + margin-right: 0.3em; + } +} + + diff --git a/layouts/default.html b/layouts/default.html index 9c15678c..8f9a553b 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -46,7 +46,11 @@