Browse Source

fix minor dashboard CSS issue

tags/v0.9.99
Unknwon 8 years ago
parent
commit
9bcc3c1ea3
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      public/css/gogs.css
  2. 1
    1
      public/less/_dashboard.less

+ 1
- 1
public/css/gogs.css View File

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 {

+ 1
- 1
public/less/_dashboard.less View File

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