1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#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

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