This website works better with JavaScript
Home
Explore
Help
Sign In
getty
/
parley
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Indent subsequent chat messages
Getty Ritter
5 years ago
parent
d51bc1837a
commit
07a9ecfdad
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
static/main.css
+ 2
- 0
static/main.css
View File
@@ -67,4 +67,6 @@ body {
.msg {
.msg {
padding: 0.2em;
padding: 0.2em;
+ padding-left: 1.5em;
+ text-indent:-1.5em;
}
}