summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-22 19:15:46 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-22 19:15:46 -0800
commit3249693ea33fdfa17612493e0f7ffc19d7649301 (patch)
tree795ebe5fbd2667c0aa9e13ef80d302852ebf8c68 /web
parent42503d407a5ec4efdb61a4d009f1bd46ffc8a965 (diff)
Adding Author and Feed Cookie.20140222a
* 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.
Diffstat (limited to 'web')
-rw-r--r--web/style.css7
1 files changed, 7 insertions, 0 deletions
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;