Display error message from a flash at the top of the page

This commit is contained in:
Alexey Verkhovsky 2005-01-18 00:27:28 +00:00
parent 73552b36a0
commit b9737747f2
2 changed files with 10 additions and 0 deletions

View file

@ -137,6 +137,12 @@ ol.setup li {
background: lightgreen;
}
.error {
color: darkred;
font-style: italic;
width: 450px;
}
#TextileHelp table {
margin-bottom: 0;
}