summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 38b8a47..72cf23b 100644
--- a/style.scss
+++ b/style.scss
@@ -56,6 +56,11 @@ ul {
margin-bottom: 1.2em;
}
+blockquote {
+ font-style: italic;
+ margin: 1em;
+}
+
body {
margin: 0;
background-color: white;
@@ -171,6 +176,12 @@ img {
max-width: 100%;
height: auto;
}
+
+// Override _ikiwiki.style.css
+img.img {
+ margin: 0 5% 5% 0;
+}
+
.img caption {
text-align: left;
line-height: 175%;