fnp
/
koed-quiz.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Missing l10n
[koed-quiz.git]
/
apps
/
quiz
/
static
/
css
/
style.css
diff --git
a/apps/quiz/static/css/style.css
b/apps/quiz/static/css/style.css
index
4b1666c
..
2f22527
100755
(executable)
--- a/
apps/quiz/static/css/style.css
+++ b/
apps/quiz/static/css/style.css
@@
-11,11
+11,14
@@
body {
}
#header {
}
#header {
- background: #
222
;
+ background: #
b8be55
;
color: #eee;
padding: 1em 0;
}
color: #eee;
padding: 1em 0;
}
+#header a {
+ text-decoration: none;
+}
h1 {
font-size: 2em;
max-width: 20em;
h1 {
font-size: 2em;
max-width: 20em;
@@
-79,3
+82,17
@@
a.big-button:hover, a.button:hover {
border: 1px solid #ddd;
border-radius: 1em;
}
border: 1px solid #ddd;
border-radius: 1em;
}
+footer {
+ font-size: .67em;
+ color: #aaa;
+ padding: .5em;
+ margin-top: 3em;
+ border-top: 1px solid #eee;
+}
+footer a {
+ color: #777;
+ text-decoration: none;
+}
+footer p {
+ margin-top: 0;
+}
\ No newline at end of file