Browse Source

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

Fix border radius to staff badge

Closes #57

See merge request gitote/gitote!4
Yoginth 6 năm trước cách đây
mục cha
commit
d209d11d2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }