Merge branch 'master' of github.com:gogits/gogs
This commit is contained in:
commit
c5ff58272b
|
@ -1001,6 +1001,11 @@ html, body {
|
||||||
|
|
||||||
/* issue */
|
/* issue */
|
||||||
|
|
||||||
|
#issue-create-form .avatar {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
#issue-create-form .panel-body {
|
#issue-create-form .panel-body {
|
||||||
padding: 15px 0 0 0;
|
padding: 15px 0 0 0;
|
||||||
}
|
}
|
||||||
|
@ -1062,16 +1067,13 @@ html, body {
|
||||||
|
|
||||||
#issue .issue-item .title {
|
#issue .issue-item .title {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .issue-item h5.title a {
|
#issue .issue-item h5.title a {
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
#issue .issue-item.unread h5 {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#issue .issue-item .info span {
|
#issue .issue-item .info span {
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in New Issue