#2264 use monospaced font for commit IDs in news feeds

This commit is contained in:
Unknwon 2015-12-24 20:43:45 -05:00
parent 4c896bb620
commit 13fe733037
8 changed files with 37 additions and 31 deletions

View file

@ -2993,6 +2993,9 @@ footer .container .links > *:first-child {
width: 80%;
margin-bottom: -5px;
}
.feeds .news .commit-id {
font-family: Consolas, monospace;
}
.feeds .list .header {
padding-top: 10px;
padding-bottom: 5px;

View file

@ -83,6 +83,9 @@
margin-bottom: -5px;
}
}
.commit-id {
font-family: Consolas, monospace;
}
}
.list {