Files
gitx/html/commits.css
T
Pieter de Bie 3432e514b8 Show nicely formatted diff
This steals the idea and markup from Gitnub. Thanks! :)
2008-06-15 18:22:00 +02:00

31 lines
382 B
CSS

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