summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-22 18:15:15 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-22 18:15:15 -0800
commit42503d407a5ec4efdb61a4d009f1bd46ffc8a965 (patch)
tree59933de4d81225f748a218f84c80f5e3edea77ce /web/style.css
parent9526fe75f2343e50f35c436dc0b4a4beb7de7eff (diff)
Adding support to post new messages.
Other Changes: * JsonEncodedProvider no longer implements Provider. * Only the first answer is shown. Others slide down. * Switch going deeper and the feed.
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 4253a66..23f6a39 100644
--- a/web/style.css
+++ b/web/style.css
@@ -375,6 +375,7 @@ footer a:hover {
#thefeed article .answer {
background: #f6f6f6;
+ color: #999;
}
#thefeed article div div {
@@ -402,6 +403,10 @@ footer a:hover {
font-weight: bold;
}
+#thefeed .answer.slider {
+ display: none;
+}
+
#thefeed textarea {
background: #fff;
width: 100%;