mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Merge pull request #919 from Stefan-Code/dev
Updated gogs.css - monospace font for hash
This commit is contained in:
@@ -247,6 +247,9 @@
|
|||||||
}
|
}
|
||||||
#repo-files-table {
|
#repo-files-table {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
.sha .label {
|
||||||
|
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
|
||||||
|
}
|
||||||
th, td {
|
th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
Reference in New Issue
Block a user