2016-01-28 11:54:13 -05:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
p.details {
|
2016-03-22 16:58:29 -04:00
|
|
|
font-style: italic;
|
|
|
|
color: #777
|
2016-01-28 11:54:13 -05:00
|
|
|
}
|
|
|
|
.footer p {
|
2016-03-22 16:58:29 -04:00
|
|
|
font-size: small;
|
|
|
|
color: #777
|
2016-01-28 11:54:13 -05:00
|
|
|
}
|
|
|
|
pre.commit-message {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
.file-stats a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.file-stats .new-file {
|
|
|
|
color: #090;
|
|
|
|
}
|
|
|
|
.file-stats .deleted-file {
|
2016-03-22 16:58:29 -04:00
|
|
|
color: #b00;
|
2016-01-28 11:54:13 -05:00
|
|
|
}
|