Updated gogs.css - monospace font for hash
Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width.
This commit is contained in:
parent
ba77a3b0b4
commit
85f384f271
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue