Files
gitx/html/commits.css
T
Pieter de Bie 0fa37ba024 Only show commits if they are of reasonable size
This shows a link people should click if they want to display a huge diff
(more than 10k lines). This speeds up the browsing a lot :)
2008-06-16 03:27:52 +02:00

40 lines
474 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;
}
a {
color: rgb(20, 79, 174);
}
a.showdiff {
text-decoration: none;
font-size: 1.3em;
}