Skip to content

Commit

Permalink
Added webkit-font-smoothing (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwko authored and lunny committed Jan 27, 2017
1 parent e084210 commit 4faf097
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body {
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
}
img {
border-radius: 3px;
Expand Down Expand Up @@ -1130,6 +1131,10 @@ footer .ui.language .menu {
margin-top: -1px;
font-size: 15px;
}
.repository .navbar {
display: flex;
justify-content: space-between;
}
.repository .navbar .ui.label {
margin-top: -2px;
margin-left: 7px;
Expand Down Expand Up @@ -2926,10 +2931,6 @@ footer .ui.language .menu {
width: 16px;
text-align: center;
}
.navbar {
display: flex;
justify-content: space-between;
}
.ui.repository.list .item {
padding-bottom: 25px;
}
Expand Down
1 change: 1 addition & 0 deletions public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
}
img {
border-radius: 3px;
Expand Down
2 changes: 2 additions & 0 deletions public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
}

.navbar {
display: flex;
justify-content: space-between;
.ui.label {
margin-top: -2px;
margin-left: 7px;
Expand Down

0 comments on commit 4faf097

Please sign in to comment.