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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2017-05-28 12:51:33 +0300
committervimux <vimux@protonmail.com>2017-05-28 12:51:33 +0300
commit0b15e3e90b7c8985136c128df6cc175b1c47702c (patch)
treedb4a5d78efd8ccb0f1ae1ef8cb1a016c501a6881 /static
parent385730a021388ad482c1bd402183ad1e1f92dd55 (diff)
Fix "Everything is a Page" problem
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css31
1 files changed, 18 insertions, 13 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 637ac0e..24a0114 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -526,6 +526,11 @@ select {
font-size: 1.75rem;
}
+.page-content {
+ margin-bottom: 20px;
+ margin-bottom: 1.25rem;
+}
+
.meta {
font-size: 13px;
font-size: 0.8125rem;
@@ -553,7 +558,7 @@ select {
vertical-align: middle;
}
-.meta-categories__link, .post__meta-date, .loop__meta-date {
+.meta-categories__link, .post__meta-date, .list__meta-date {
vertical-align: middle;
}
@@ -667,8 +672,8 @@ select {
font-weight: 700;
}
-/*** Loop content ***/
-.loop__item {
+/*** List content ***/
+.list__item {
padding-bottom: 20px;
padding-bottom: 1.25rem;
margin-bottom: 20px;
@@ -676,30 +681,30 @@ select {
border-bottom: 1px solid #ebebeb;
}
-.loop__header {
+.list__header {
margin-bottom: 10px;
margin-bottom: 0.625rem;
}
-.loop__meta {
+.list__meta {
margin-top: 5px;
}
-.loop__excerpt {
+.list__excerpt {
overflow: hidden;
}
-.loop__thumbnail {
+.list__thumbnail {
float: left;
margin-right: 20px;
}
-.loop__thumbnail img {
+.list__thumbnail img {
width: 100%;
max-width: 235px;
}
-.loop__footer-readmore {
+.list__footer-readmore {
float: right;
margin-top: 10px;
}
@@ -1115,22 +1120,22 @@ textarea {
margin-top: 25px;
}
- .loop__thumbnail {
+ .list__thumbnail {
max-width: 80px;
}
- .loop__title {
+ .list__title {
font-size: 14px;
font-size: 0.875rem;
}
- .loop__meta {
+ .list__meta {
display: block;
font-size: 11px;
font-size: 0.6875rem;
}
- .loop__excerpt {
+ .list__excerpt {
display: none;
}
} \ No newline at end of file