diff options
| author | Bobby <[email protected]> | 2023-05-03 22:23:22 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-03 22:23:22 -0400 |
| commit | 0f2f6bc1c5473558fe593ce6865d68e50272c4b5 (patch) | |
| tree | 5d0e8516a8ca1e7fbff7b19e3bdbf916226d64b5 /static/css/styles.css | |
| parent | 34ba2b1c746aaf78563573c797719a5a366af7f2 (diff) | |
| download | thatcomputerscientist-0f2f6bc1c5473558fe593ce6865d68e50272c4b5.tar.xz thatcomputerscientist-0f2f6bc1c5473558fe593ce6865d68e50272c4b5.zip | |
Migrated Search Area
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 072c68b7..f5b99bb3 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,3 +1,5 @@ +@import url(search.css); + body { background: black; font-size: 11px; @@ -257,6 +259,7 @@ blockquote { margin: auto; width: 1000px; height: 360px; + position: relative; } #navigation-area ul, #archives-area ul, #categories-area ul, #admin-area ul, #announcements ul, #user-area ul, #fun-stuff ul, #activity ul { |
