Browse Source

Merge branch 'master' of github.com:gogits/gogs

tags/v0.9.99
Unknown 10 years ago
parent
commit
664bbe4f54
1 changed files with 11 additions and 2 deletions
  1. 11
    2
      public/css/gogs.css

+ 11
- 2
public/css/gogs.css View File

height: 46px; height: 46px;
} }


#gogs-nav-logo{
padding-left: 0;
}

.gogs-nav-item:hover, .gogs-nav-item:hover,
.gogs-nav-item:focus { .gogs-nav-item:focus {
color: #fff; color: #fff;


.gogs-repo-nav h3 .fa { .gogs-repo-nav h3 .fa {
color: #BBB; color: #BBB;
margin-left: 0;
} }


.gogs-repo-btns { .gogs-repo-btns {


.activity-list .info { .activity-list .info {
float: left; float: left;
padding:0 0 0 10px;
padding: 0 0 0 10px;
line-height: 1.7em; line-height: 1.7em;
} }


} }


/* #gogs-source */ /* #gogs-source */
#gogs-source {
margin-top: -20px;
}

#gogs-source .source-toolbar:after { #gogs-source .source-toolbar:after {
clear: both; clear: both;
} }


.file-list .date .wrap { .file-list .date .wrap {
max-width: 120px; max-width: 120px;
padding: 0 20px 0 0;
padding: 0 20px 0 0;
} }


.file-list .date { .file-list .date {

Loading…
Cancel
Save