Pārlūkot izejas kodu

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.
Stefan 10 gadi atpakaļ
vecāks
revīzija
85f384f271
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      public/ng/less/gogs/repository.less

+ 3 - 0
public/ng/less/gogs/repository.less

@@ -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;