pyalchemybiz/pyalchemybiz/public/pyalchemybiz.css
Jan Dittberner e3fe3f8353 improve customer controller and templates (addresses #21)
* fix xhtml compliance
 * add form validation
 * move common template code to a separate file
2009-03-14 19:13:52 +01:00

8 lines
109 B
CSS

html, body {
font-family: Verdana, sans-serif;
}
.error-message {
color: #ff0000;
font-size: 80%;
}