fixed style.css and added color to question_already_answered message
This commit is contained in:
parent
0c6d28b0ff
commit
5870dcc2a6
1 changed files with 21 additions and 21 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue