diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 19:02:08 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 19:02:08 +0200 |
| commit | 3ff463832f4ffb9accaf4da6629ff48599557a54 (patch) | |
| tree | 287b73808ba75b2856202b48136dd1b7b7a6e616 /webAO/styles | |
| parent | 51597ec5a592a7f013537e4bd638e27ea0ecced6 (diff) | |
use class instead of id for log name
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index db0df8c..e0240c9 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -370,12 +370,12 @@ line-height: 1.1em; } -#iclog_name { +.iclog_name { font-weight: bold; padding-right: .35em; } -#iclog_time { +.iclog_time { float: right; padding-right: .5em; color: #dbdbdb; |
