clean up details page

Make it pass as valid XHTML and move CSS into its own file.
This commit is contained in:
Sarah Hoffmann
2012-11-16 23:04:25 +01:00
parent 0c9630b24a
commit e02c9b6e69
3 changed files with 39 additions and 39 deletions

26
website/css/details.css Normal file
View File

@@ -0,0 +1,26 @@
body {
margin:0px;
padding:16px;
background:#ffffff;
height: 100%;
font: normal 12px/15px arial,sans-serif;
}
.line{
margin-left:20px;
}
.name{
font-weight: bold;
}
.notused{
color:#ddd;
}
.noname{
color:#800;
}
#map {
width:500px;
height:500px;
border: 2px solid #666;
float: right;
}