16 lines
No EOL
155 B
CSS
16 lines
No EOL
155 B
CSS
#history {
|
|
margin: 2em 2em 0;
|
|
}
|
|
|
|
#feedback-messages h3 {
|
|
font-size: 1.3em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.success {
|
|
color: green;
|
|
}
|
|
|
|
.failure {
|
|
color: red;
|
|
} |