update milestone page design
This commit is contained in:
parent
0cce61de3a
commit
23d53561d1
3 changed files with 11 additions and 0 deletions
|
@ -2137,6 +2137,10 @@ textarea#issue-add-content {
|
|||
}
|
||||
#milestone-list .desc {
|
||||
color: #999;
|
||||
line-height: 30px;
|
||||
}
|
||||
#milestone-list .content {
|
||||
width: 400px;
|
||||
}
|
||||
#milestone-list .item {
|
||||
padding-bottom: 18px;
|
||||
|
|
|
@ -373,6 +373,10 @@ textarea#issue-add-content {
|
|||
}
|
||||
.desc {
|
||||
color: #999;
|
||||
line-height: 30px;
|
||||
}
|
||||
.content{
|
||||
width: 400px;
|
||||
}
|
||||
.item {
|
||||
padding-bottom: 18px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue