diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 19:08:52 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 19:08:52 +0100 |
| commit | 1d38c91fbc8aed5b909c0ce9f60014b219fe792a (patch) | |
| tree | 77bd83d30597e03c84805c17d8176b4c770cf88e /public/assets/css/bucky.css | |
| parent | 64c4a75529db6c2129fbcde2b1b63a44d4a45fb4 (diff) | |
delete and reply
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index a5dcd55..ce55bfa 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -250,7 +250,7 @@ table, tr { display: block; padding: 4px 5px; text-decoration: none; - color: #444; + color: #222; } #threads td:nth-child(6) { text-align: center; @@ -800,7 +800,8 @@ pre br { #message { text-align: left; max-width: 500px; - margin-top: 10px; + margin-top: 20px; + margin-left: 40px; } #message .av { float: left; @@ -808,6 +809,7 @@ pre br { width: 40px; height: 40px; background: #fff; + background-size: cover; } #message > span { display: inline-block; |
