Update: 文章内容页增大边距
This commit is contained in:
parent
ab9c262579
commit
c0eefd1202
|
@ -21,13 +21,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-info {
|
.meta-info {
|
||||||
margin 10px 0
|
margin: 10px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-content {
|
.article-content {
|
||||||
|
|
||||||
padding-bottom 10px
|
padding-bottom: 10px;
|
||||||
border-bottom 1px solid #f2f2f2
|
border-bottom: 1px solid #f2f2f2;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
.article-nav {
|
.article-nav {
|
||||||
|
|
||||||
height 40px
|
height 40px
|
||||||
margin 20px 0
|
margin 30px 0
|
||||||
|
|
||||||
.article-prev {
|
.article-prev {
|
||||||
float left
|
float left
|
||||||
|
|
Loading…
Reference in New Issue