Skip to content

Commit

Permalink
Merge pull request #6 from 6b79/feature/4-fix-css-empty-padding
Browse files Browse the repository at this point in the history
#4 增加.ChildCategoryList和.Empty的CSS样式填充间距10px
  • Loading branch information
chuck911 committed Sep 15, 2013
2 parents 9bb8145 + 2c9029a commit d991d55
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
11 changes: 10 additions & 1 deletion themes/orchid/design/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,15 @@ h2.CommentHeading {
background: white;
padding: 0 .8ex;
}
.ChildCategoryList {
overflow: hidden;
margin-bottom: 8px;
padding: 0 10px;
}
.Empty {
margin: 10px 0;
padding: 0 10px;
}
/*a.Bookmarked, a.Bookmarked:hover {
background-position: -54px -28px;
}*/
}*/
13 changes: 12 additions & 1 deletion themes/orchid/design/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,17 @@ h2.CommentHeading {
}
}

.ChildCategoryList {
overflow: hidden;
margin-bottom: 8px;
padding: 0 10px;
}

.Empty {
margin: 10px 0;
padding: 0 10px;
}

/*a.Bookmarked, a.Bookmarked:hover {
background-position: -54px -28px;
}*/
}*/

0 comments on commit d991d55

Please sign in to comment.