aboutsummaryrefslogtreecommitdiff
path: root/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css7
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 {