Files
gitx/html/commits.css
T
Pieter de Bie a3d0d66d31 Use a stylesheet for detailed view
This simplifies the HTML code somewhat
2008-06-14 20:08:01 +02:00

28 lines
374 B
CSS

#commit_header {
width: 100%;
font-family: Helvetica;
font-size: 12px;
}
.property_name {
width: 50px;
color:#999;
text-align: right;
font-weight: bold;
}
#message {
font-family: Helvetica;
font-size: 12px;
}
#details {
font-family: Monaco;
font-size: 10px;
overflow: none;
width: 600px;
}
hr {
border: 0;
height: 1px;
width: 80%;
background-color: #999;
}