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

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2019-12-16 14:37:48 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2019-12-16 14:37:48 +0300
commit0e8415e38feeec823395361718ed18367815b178 (patch)
treeb12163b2b49cb613cdafb0d6a6f01ada6ca798be
parent3d2bc4db6db7919bce82c131532516ff1a3cc158 (diff)
Set image width
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3a4a9d8..7faf620 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -13,7 +13,7 @@ h3,h4,h5,h6{font-size:100%}
header{margin:0;padding:0;border-bottom:1px solid #999;line-height:1}
footer{margin:0;padding:10px 0;border-top:1px solid #999;line-height:1;text-align:center}
p,div,table,ul,ol{margin:10px 0}
-img{margin:10px auto;max-width:600px;padding:0 10px;height:auto;display:block}
+img{margin:10px auto;width:90%;max-width:600px;padding:0 10px;height:auto;display:block}
hr{border:none;border-top:1px dashed #999;color:#fff;background-color:#fff;height:1px}
a{color:#00f}
a:visited{color:#009}