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:
Stefan 2015-02-08 17:38:10 +01:00
父節點 ba77a3b0b4
當前提交 85f384f271
共有 1 個檔案被更改,包括 3 行新增0 行删除

查看文件

@ -247,6 +247,9 @@
}
#repo-files-table {
margin-bottom: 20px;
.sha .label {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}
th, td {
text-align: left;
line-height: 32px;