aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-10-08 23:27:47 +0200
committerGitHub <noreply@github.com>2018-10-08 23:27:47 +0200
commit523925fb3932c7892d9641e1992c3edf93823b72 (patch)
tree854d9953cc1853ac55fbd8e39e86426b20266570 /client/style.css
parentMerge pull request #38 from MinusGix/master (diff)
parentUpdated style to handle messages that refer to the user. (diff)
downloadhackchat-523925fb3932c7892d9641e1992c3edf93823b72.tar.gz
hackchat-523925fb3932c7892d9641e1992c3edf93823b72.zip
Merge pull request #39 from rand0x0m/update-style
Style update 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 {