Function line misplaced.
[fa-stable.git] / install / stylesheet.css
index 63f15b55a7513b8377c238178ff4028a99813426..218183d4bb0cbccaa6428aabc85c39c6f302ed9f 100644 (file)
@@ -5,8 +5,6 @@ body,td,th,input,textarea {
 }
 body {
        background-color: #557799;
-       background-image: url(../admin/interface/background.png);
-       background-repeat: repeat-x;
        margin: 0px;
 }
 form {
@@ -68,4 +66,7 @@ a:hover {
 }
 .hide {
        display: none;
-}
\ No newline at end of file
+}
+select {
+    max-width: 1000px;
+}