fixed style.css and added color to question_already_answered message

This commit is contained in:
Timo Tomasini 2016-03-19 18:09:51 +01:00
parent 0c6d28b0ff
commit 5870dcc2a6

View file

@ -1,9 +1,7 @@
body {
}
body {}
p {
text-align: justify;
text-align: justify;
}
#showSolution {
@ -46,6 +44,7 @@ p[id^="explanation_"] {
.message_already_answered {
font-style: italic;
color: darkgreen;
}
.table_headline {
@ -60,3 +59,4 @@ p[id^="explanation_"] {
margin-left: auto;
max-width: 800px; /* or 950px */
}