aboutsummaryrefslogtreecommitdiff
path: root/styles/image.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/image.css')
-rw-r--r--styles/image.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/styles/image.css b/styles/image.css
deleted file mode 100644
index d354ab9..0000000
--- a/styles/image.css
+++ /dev/null
@@ -1,16 +0,0 @@
-.image,
-.image img {
- width: 100%;
- max-width: 500px;
-}
-
-.image {
- margin: 0 auto var(--page-margins) auto;
-}
-
-.image p {
- text-align: left;
- opacity: .8;
- font-style: italic;
- margin-top: 12px;
-}