Skip to content

Commit 009a073

Browse files
SanPilotlunny
authored andcommitted
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
1 parent 2ec5dc1 commit 009a073

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

public/css/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,6 @@ footer .ui.language .menu {
13071307
}
13081308
.repository.file.list #file-buttons {
13091309
font-weight: normal;
1310-
margin-top: -3px;
13111310
}
13121311
.repository.file.list #file-buttons .ui.button {
13131312
padding: 8px 10px;

public/less/_repository.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
}
164164
#file-buttons {
165165
font-weight: normal;
166-
margin-top: -3px;
167166
.ui.button {
168167
padding: 8px 10px;
169168
font-weight: normal;

0 commit comments

Comments
 (0)