Procházet zdrojové kódy

Merge branch '57-fix-border-radius' into 'master'

Fix border radius to staff badge

Closes #57

See merge request gitote/gitote!4
Yoginth před 6 roky
rodič
revize
d209d11d2e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      public/less/_user.less

+ 1 - 1
public/less/_user.less

@@ -184,7 +184,7 @@
     font-family: 'Source Sans Pro', sans-serif;
     color: @white-100;
     text-transform: uppercase;
-    border-radius: 2px;
+    border-radius: 5px;
     box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12);
     background-color: #0366d6;
 }