This commit is contained in:
Unknwon 2016-01-15 18:00:39 +08:00
parent dccfadf7b8
commit c631a4a9b9
4 changed files with 27 additions and 9 deletions

View file

@ -3030,6 +3030,13 @@ footer .container .links > *:first-child {
.feeds .news .commit-id {
font-family: Consolas, monospace;
}
.feeds .news code {
padding: 1px;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
word-break: break-all;
}
.feeds .list .header {
padding-top: 10px;
padding-bottom: 5px;

View file

@ -86,6 +86,13 @@
.commit-id {
font-family: Consolas, monospace;
}
code {
padding: 1px;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
word-break: break-all;
}
}
.list {