Browse Source

Remove annoying difference in button heights. (#1853)

* Remove annoying difference in button heights.

Why was that even there?

See before & after: http://imgur.com/a/yKdUR

* (2/2) Remove annoying difference in button heights
tags/v1.2.0-rc1
Hussain Khalil Lunny Xiao 8 years ago
parent
commit
f2dcffbb42
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      public/css/index.css
  2. +0
    -1
      public/less/_repository.less

+ 0
- 1
public/css/index.css View File

@@ -1307,7 +1307,6 @@ footer .ui.language .menu {
}
.repository.file.list #file-buttons {
font-weight: normal;
margin-top: -3px;
}
.repository.file.list #file-buttons .ui.button {
padding: 8px 10px;


+ 0
- 1
public/less/_repository.less View File

@@ -163,7 +163,6 @@
}
#file-buttons {
font-weight: normal;
margin-top: -3px;
.ui.button {
padding: 8px 10px;
font-weight: normal;


Loading…
Cancel
Save