color change
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 28 Dec 2011 14:53:01 +0000 (15:53 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 28 Dec 2011 14:53:01 +0000 (15:53 +0100)
apps/quiz/static/css/style.css
koedquiz/templates/404.html
koedquiz/templates/500.html

index 4b1666c..ca377e4 100755 (executable)
@@ -11,11 +11,14 @@ body {
 }
 
 #header {
-    background: #222;
+    background: #b8be55;
     color: #eee;
     padding: 1em 0;
     
 }
+#header a {
+    text-decoration: none;
+}
 h1 {
     font-size: 2em;
     max-width: 20em;
index 928901c..e7bb7c6 100755 (executable)
@@ -18,11 +18,14 @@ body {
 }
 
 #header {
-    background: #222;
+    background: #b8be55;
     color: #eee;
     padding: 1em 0;
     
 }
+#header a {
+    text-decoration: none;
+}
 h1 {
     font-size: 2em;
     max-width: 20em;
index 92a02fa..38d94e5 100755 (executable)
@@ -18,11 +18,14 @@ body {
 }
 
 #header {
-    background: #222;
+    background: #b8be55;
     color: #eee;
     padding: 1em 0;
     
 }
+#header a {
+    text-decoration: none;
+}
 h1 {
     font-size: 2em;
     max-width: 20em;