2016-06-02 11:05:42 +05:30
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
p.details {
|
|
|
|
font-style: italic;
|
2016-11-03 12:29:30 +05:30
|
|
|
color: #777;
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.footer > p {
|
2016-06-02 11:05:42 +05:30
|
|
|
font-size: small;
|
2016-11-03 12:29:30 +05:30
|
|
|
color: #777;
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
pre.commit-message {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.file-stats > a {
|
2016-06-02 11:05:42 +05:30
|
|
|
text-decoration: none;
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
> .new-file {
|
|
|
|
color: #090;
|
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
> .deleted-file {
|
|
|
|
color: #b00;
|
|
|
|
}
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|