mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #2838 from namn/patch-2
Use a top (instead of bottom) border in hentry
This commit is contained in:
commit
7893455b43
4 changed files with 8 additions and 8 deletions
|
|
@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
||||||
.hentry {
|
.hentry {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
border-bottom: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
}
|
}
|
||||||
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
li:first-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
#content > .hentry {padding: 1em 0;}
|
#content > .hentry {padding: 1em 0;}
|
||||||
.hentry img{display : none ;}
|
.hentry img{display : none ;}
|
||||||
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
||||||
|
|
|
||||||
|
|
@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
||||||
.hentry {
|
.hentry {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
border-bottom: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
}
|
}
|
||||||
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
li:first-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
#content > .hentry {padding: 1em 0;}
|
#content > .hentry {padding: 1em 0;}
|
||||||
.hentry img{display : none ;}
|
.hentry img{display : none ;}
|
||||||
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
||||||
|
|
|
||||||
|
|
@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
||||||
.hentry {
|
.hentry {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
border-bottom: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
}
|
}
|
||||||
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
li:first-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
#content > .hentry {padding: 1em 0;}
|
#content > .hentry {padding: 1em 0;}
|
||||||
.hentry img{display : none ;}
|
.hentry img{display : none ;}
|
||||||
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
||||||
|
|
|
||||||
|
|
@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
|
||||||
.hentry {
|
.hentry {
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
border-bottom: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
}
|
}
|
||||||
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
li:first-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
#content > .hentry {padding: 1em 0;}
|
#content > .hentry {padding: 1em 0;}
|
||||||
.hentry img{display : none ;}
|
.hentry img{display : none ;}
|
||||||
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue