Browse Source

fix minor dashboard CSS issue

pull/1694/head
Unknwon 9 years ago
parent
commit
9bcc3c1ea3
  1. 2
      public/css/gogs.css
  2. 2
      public/less/_dashboard.less

2
public/css/gogs.css

@ -2853,7 +2853,7 @@ footer .container .links > *:first-child {
font-size: 13px; font-size: 13px;
} }
.feeds .news .issue.title { .feeds .news .issue.title {
line-height: 1em; line-height: 1.1em;
width: 80%; width: 80%;
} }
.feeds .news .push.news .content ul { .feeds .news .push.news .content ul {

2
public/less/_dashboard.less

@ -67,7 +67,7 @@
font-size: 13px; font-size: 13px;
} }
.issue.title { .issue.title {
line-height: 1em; line-height: 1.1em;
width: 80%; width: 80%;
} }
.push.news .content ul { .push.news .content ul {

Loading…
Cancel
Save