diff options
| author | Bobby <[email protected]> | 2023-04-03 20:45:15 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-04-03 20:45:15 -0400 |
| commit | a697de6c617ea722a4ecea5c1b2b5b092efb6660 (patch) | |
| tree | b0586f643910323efa1b21466bd6e2d6fd01efad /static/css/styles.css | |
| parent | f22e26d65fdb03aa26a49b9b860c35e098fddee7 (diff) | |
| download | thatcomputerscientist-a697de6c617ea722a4ecea5c1b2b5b092efb6660.tar.xz thatcomputerscientist-a697de6c617ea722a4ecea5c1b2b5b092efb6660.zip | |
Style changes, Using Jquery 1.12 for IE6 compatibility, header update, local time aware time display
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 57616883..54ce683f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,16 +1,13 @@ body { background: black; - background-image: url("../images/site/bg.jpg"); - background-repeat: no-repeat; - background-attachment: fixed; - background-position: center; - background-size: cover; font-size: 11px; font-family: Verdana,Helvetica,Arial,Sans-Serif; margin: 0px auto 0px; padding: 0px; color: #dddddd; box-sizing: border-box; + background-image: url("../images/site/stars.gif"); + background-repeat: repeat; } #editor-container { |
