index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
css
/
gogs.css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-12-24 20:43:45 -0500
committer
Unknwon <u@gogs.io>
2015-12-24 20:43:45 -0500
commit
13fe73303726d74356a5d94bad7556802c2900a4
(
patch
)
tree
6012f122cfc0abdf3f91ba25b8bce4a6bb1aa666
/
public/css/gogs.css
parent
4c896bb6202d1bcf5db03b57018bd40d84d4e1ea
(
diff
)
#2264 use monospaced font for commit IDs in news feeds
Diffstat
(limited to 'public/css/gogs.css')
-rwxr-xr-x
public/css/gogs.css
3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index e1dd7941..7bd1d225 100755
--- a/
public/css/gogs.css
+++ b/
public/css/gogs.css
@@ -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;