diff options
| author | Bobby <[email protected]> | 2023-05-28 06:29:00 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-28 06:29:00 -0400 |
| commit | bddee38e88ffac9ba7129846ef1a9c7e61684bcc (patch) | |
| tree | 1941b687b4234a980e84c52b3b0f27ac60c4c447 /static/css | |
| parent | 1bb0aa7433ec5f9d1bc6252204c8d6e8a682396c (diff) | |
| download | thatcomputerscientist-bddee38e88ffac9ba7129846ef1a9c7e61684bcc.tar.xz thatcomputerscientist-bddee38e88ffac9ba7129846ef1a9c7e61684bcc.zip | |
Online Users and Comma separated views
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/sidebar.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/static/css/sidebar.css b/static/css/sidebar.css index 12917902..e43c3b07 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -90,7 +90,8 @@ #archives-area h2, #categories-area h2, #admin-area h2, -#fun-stuff h2 { +#fun-stuff h2, +#online-users h2 { background: #311b4f; padding: 10px 15px; text-align: left; @@ -106,10 +107,19 @@ #archives-area ul, #categories-area ul, #admin-area ul, -#fun-stuff ul { +#fun-stuff ul, +#online-users div { background: #f4f1e90f; padding: 10px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } +#online-users div > ul { + padding: 0 0 0 20px; +} + +#online-users p { + margin: 0; +} + |
