Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Rhone <matthew.rhone@outlook.com>2017-01-09 00:11:25 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-09 00:11:25 +0300
commitbf394fbc95dc3252bcf486c27696fca359037964 (patch)
tree67ab817997cad48343370c5dc60d324c27a5f247
parente9220c4c8071625ec5534ba8e60c87c871dca937 (diff)
Remove last uses of empty line div entries.
-rw-r--r--layouts/partials/pagination.html1
-rw-r--r--postcss/src/style.min.css3
-rw-r--r--static/css/style.min.css17
3 files changed, 0 insertions, 21 deletions
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 2616e84..cfa46b0 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -1,5 +1,4 @@
{{ if or ((.Paginator 5).HasNext) ((.Paginator 5).HasPrev) }}
-<div class="empty">&nbsp;</div>
<div class="pagination">
<nav role="pagination" class="post-list-pagination">
{{ if .Paginator.HasPrev }}
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index c9b73c6..80a7859 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -120,9 +120,6 @@ a.tag-link:hover, .pagination a:hover{
p { margin-top: 5px;
font-size: responsive 16px 21px;
}
-.empty {
- lost-column: 1;
-}
.post-title-link {
font-weight: 700;
font-size: responsive 30px 36px;;
diff --git a/static/css/style.min.css b/static/css/style.min.css
index c09c765..4c7b69a 100644
--- a/static/css/style.min.css
+++ b/static/css/style.min.css
@@ -283,23 +283,6 @@ p { margin-top: 5px;
font-size: 16px;
}
}
-.empty {
- flex-grow: 0;
- flex-shrink: 0;
- flex-basis: calc(99.9% * 1 - (30px - 30px * 1));
- width: calc(99.9% * 1 - (30px - 30px * 1));
-}
-.empty:nth-child(1n) {
- margin-right: 30px;
- margin-left: 0;
-}
-.empty:last-child {
- margin-right: 0;
-}
-.empty:nth-child(undefinedn) {
- margin-right: 0;
- margin-left: auto;
-}
.post-title-link {
font-weight: 700;
font-size: calc(30px + 6 * ((100vw - 420px) / 860));;