From 8712e249976e4d57d58fe15df15ae83e59ddbfff Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 22 Feb 2014 19:15:46 -0800 Subject: Adding Author and Feed Cookie. * Adding an Author indicator on the feed. * Adding showfeed cookie to enable/disable feed demo. * Hiding the feed on the introduction chapter. * Adding whitespace compression to all pages. --- web/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web') diff --git a/web/style.css b/web/style.css index 23f6a39..42ffdd7 100644 --- a/web/style.css +++ b/web/style.css @@ -368,6 +368,13 @@ footer a:hover { border-radius: 10px; } +#thefeed .author { + float: left; + font-style: italic; + color: #999; + font-size: 80%; +} + #thefeed article .question { background: #eeeeee; padding-bottom: 0.5em; -- cgit v1.2.3