debianmemberportfolio/ddportfolioservice/public/stylesheets/style.css
Jan Dittberner 709f2067cd add labels for HTML output
- add translatable labels for HTML output (not used for JSON yet)
- add oldpeople URL
- modify the output template to use one table
- add styles
- rename action from handle_post to urllist to reflect its use
- use a property to determine the order of url sections
- use a list with a type to aggregate the urlbuilder results
- use textilize to display labels
2009-01-22 17:34:46 +01:00

28 lines
285 B
CSS

html, body {
font-family:sans, Arial;
font-size:10pt;
}
table {
border-collapse:collapse;
width:100%;
}
th, td {
border:1px solid grey;
}
td {
vertical-align:top;
padding:2px;
}
td p {
padding:0;
margin:0;
}
.errormsg {
font-size:80%;
color:red;
}