aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css
diff options
context:
space:
mode:
authorrand0x0m <java.util.Random@protonmail.com>2018-10-07 20:45:20 +0200
committerrand0x0m <java.util.Random@protonmail.com>2018-10-07 20:45:20 +0200
commit1ed6cf945f0a1d375993c6d811457fdd0cbeb990 (patch)
treedb003e715142d2df273d8912a1bf115210ba5f6b /client/style.css
parentAdded hooks, modules and cleaned up code (diff)
downloadhackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.tar.gz
hackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.zip
Updated style to handle messages that refer to the user.
Diffstat (limited to 'client/style.css')
-rw-r--r--client/style.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/style.css b/client/style.css
index 8fcbab8..ca8abcf 100644
--- a/client/style.css
+++ b/client/style.css
@@ -59,13 +59,10 @@ ul li {
max-width: 600px;
margin: 0 auto;
}
-.messages {
- border-left: 1px solid;
-}
#messages {
padding-top: 2em;
}
-.message {
+.message, .refmessage {
padding-bottom: 1em;
}
.nick {