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

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-13 01:25:13 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-13 01:25:13 +0300
commitf0179670ed6460204c4dd0dc08715f475fd16367 (patch)
tree7d9759db559e9f2b0bd56f50eb9095bb2d7a4bac /static
parentac614e6ab51ae7d15e8e2d0b3cb430b0c3dbe0c4 (diff)
Change example site. Make layouts blog friendly
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 611098e..fe41bb9 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -59,6 +59,9 @@ img {
max-width: 100%;
max-height: 50vh;
}
+.img-link {
+ border-bottom: none;
+}
p img {
margin: 0.75rem 0;
}
@@ -461,6 +464,13 @@ caption {
white-space: nowrap;
margin: 0 0.25rem 0 0;
}
+
+/* Date */
+
+.date {
+ margin-top: 0;
+ font-size: 0.85rem;
+}
/* Notes and warnings */
.note {