diff options
author | FChannel <> | 2022-06-05 08:11:00 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 130797fc04e0d322b1348d6796e39c4bfc17e744 (patch) | |
tree | dc74c6b762a7b1878e1e35bb91cd96e4b1423432 /views/css/themes/default.css | |
parent | a87235f8b978126c0ca9f9eb252f58e6de17622c (diff) |
small index style changes
Diffstat (limited to 'views/css/themes/default.css')
-rw-r--r-- | views/css/themes/default.css | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/views/css/themes/default.css b/views/css/themes/default.css index 529563a..488ba4f 100644 --- a/views/css/themes/default.css +++ b/views/css/themes/default.css @@ -196,7 +196,7 @@ a.reply { #boardGrid { display: grid; grid-auto-columns: 1fr; - border: 4px solid #820404; + border: 4px solid #f0e2d9; background-color: #f9f9e0; } @@ -210,8 +210,6 @@ a.reply { display: inline-grid; text-align: left; padding: 5px; - border-top: 2px solid #820404; - border-left: 2px solid #820404; } /* these may or may not work. my CSS is poor so i just kinda did stuff until it worked. */ @@ -238,10 +236,6 @@ a.reply { float: right; } -#boardlinks { - float: left; -} - #navlinks, #boardlinks { padding: 0; margin: 0; @@ -251,7 +245,3 @@ a.reply { #boardlinks > li { display: inline; } - -#manageboard { - float: right; -} |