mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
0fa37ba024
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 :)
40 lines
474 B
CSS
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;
|
|
}
|
|
|
|
|