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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authordataCobra <datacobra@mailbox.org>2019-12-20 14:05:43 +0300
committerdataCobra <datacobra@mailbox.org>2019-12-20 14:05:43 +0300
commita71b2d7c2f85e0c47181f214a0911d60f53584f8 (patch)
treef11d3b943d19134b00ddb67f92ddf204ab867610 /static
parent4dab34bae43b087a113a47081096684238676fed (diff)
Add new array front matter called notaxonomy
Since the last update Vitae shows every taxonomy a post is part of below the content. This could lead to a very unpleasantly large number of taxonomies under the post. With the new front matter notaxanomy you can specify every taxonomy that should be not visible below the post. Like this -> notaxonomy = ["series","tags","authors"]
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 5142550..e7102d6 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -436,6 +436,22 @@ ul {
padding: 5px 0 20px 0;
}
+.clearit {
+ clear: both;
+}
+
+.termsfloating_right {
+ float: right;
+ width: 80%;
+ border-top: 1px solid #eee;
+}
+
+.taxosfloating_left {
+ float: left;
+ width: 20%;
+ border-top: 1px solid #eee;
+}
+
@media (max-width: 900px) {
body {
padding: 15px;