Browse Source

fix button heights on commits page (#3091)

tags/v1.4.0-rc1
silverwind 8 years ago committed by Lunny Xiao
parent
commit
3b89ee5501
  1. 2
      public/css/index.css
  2. 7
      public/less/_base.less

2
public/css/index.css

File diff suppressed because one or more lines are too long

7
public/less/_base.less

@ -152,6 +152,13 @@ pre, code {
box-shadow: none;
}
/* overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
.menu:not(.vertical) .item .button {
padding-bottom: .78571429em;
padding-top: .78571429em;
font-size: 1em;
}
.text {
&.red {
color: #d95c5c !important;

Loading…
Cancel
Save