summaryrefslogtreecommitdiff
path: root/pelican
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2021-04-27 20:14:10 +0200
committerGitHub <noreply@github.com>2021-04-27 20:14:10 +0200
commit7893455b4315f09877bfc507b92a6f647dd589e0 (patch)
tree55e4530c0e29fd9c4fd5d2dd375cac03ba0b02cf /pelican
parentfb9df68477d5df58d5467b38247d917296ac2f45 (diff)
parent507d68e5c6cb6eb6e184283944d8f4c543996619 (diff)
downloadpelican-7893455b4315f09877bfc507b92a6f647dd589e0.tar.gz
Merge pull request #2838 from namn/patch-2
Use a top (instead of bottom) border in hentry
Diffstat (limited to 'pelican')
-rw-r--r--pelican/tests/output/basic/theme/css/main.css4
-rw-r--r--pelican/tests/output/custom/theme/css/main.css4
-rw-r--r--pelican/tests/output/custom_locale/theme/css/main.css4
-rw-r--r--pelican/themes/notmyidea/static/css/main.css4
4 files changed, 8 insertions, 8 deletions
diff --git a/pelican/tests/output/basic/theme/css/main.css b/pelican/tests/output/basic/theme/css/main.css
index 63f5adc0..aaea9b81 100644
--- a/pelican/tests/output/basic/theme/css/main.css
+++ b/pelican/tests/output/basic/theme/css/main.css
@@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
.hentry {
display: block;
clear: both;
- border-bottom: 1px solid #eee;
+ border-top: 1px solid #eee;
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;}
.hentry img{display : none ;}
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
diff --git a/pelican/tests/output/custom/theme/css/main.css b/pelican/tests/output/custom/theme/css/main.css
index 63f5adc0..aaea9b81 100644
--- a/pelican/tests/output/custom/theme/css/main.css
+++ b/pelican/tests/output/custom/theme/css/main.css
@@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
.hentry {
display: block;
clear: both;
- border-bottom: 1px solid #eee;
+ border-top: 1px solid #eee;
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;}
.hentry img{display : none ;}
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
diff --git a/pelican/tests/output/custom_locale/theme/css/main.css b/pelican/tests/output/custom_locale/theme/css/main.css
index 63f5adc0..aaea9b81 100644
--- a/pelican/tests/output/custom_locale/theme/css/main.css
+++ b/pelican/tests/output/custom_locale/theme/css/main.css
@@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
.hentry {
display: block;
clear: both;
- border-bottom: 1px solid #eee;
+ border-top: 1px solid #eee;
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;}
.hentry img{display : none ;}
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css
index 63f5adc0..aaea9b81 100644
--- a/pelican/themes/notmyidea/static/css/main.css
+++ b/pelican/themes/notmyidea/static/css/main.css
@@ -384,10 +384,10 @@ div.figure p.caption, figure p.caption { /* margin provided by figure */
.hentry {
display: block;
clear: both;
- border-bottom: 1px solid #eee;
+ border-top: 1px solid #eee;
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;}
.hentry img{display : none ;}
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}