mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
3432e514b8
This steals the idea and markup from Gitnub. Thanks! :)
31 lines
382 B
CSS
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;
|
|
}
|
|
|
|
|