-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from cshijiel/master
Add title to article and fancybox title;custum css on title
- Loading branch information
Showing
2 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
// Custom styles. | ||
// Custom styles. | ||
|
||
.post-body p img { | ||
margin: 0 auto; | ||
cursor: pointer; | ||
cursor: zoom-out; | ||
cursor: -webkit-zoom-in; | ||
display: block!important; | ||
} | ||
|
||
.post-body p .pic-title { | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
|
||
.post-body p .pic-title span { | ||
min-width: 20%; | ||
min-height: 22px; | ||
display: inline-block; | ||
padding: 10px; | ||
margin: 0 auto; | ||
border-bottom: 1px solid #d9d9d9; | ||
font-size: 18px; | ||
color: #999999; | ||
font-style: italic; | ||
line-height: 1.7; | ||
} | ||
|
||
.posts-expand .post-body .fancybox img { | ||
margin: 0 auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d6d011e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
custom.styl为什么会合并到master?