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-18 14:28:59 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2019-12-18 14:28:59 +0300
commita5ccdd107e64a4afc1ba68b3eb723cbbbbf7d124 (patch)
treea9413c1691157cf84d031f88354f17492869b47d /layouts
parent98e762b1e737fbf1738bd6eaade3762888a0caee (diff)
Avoid too-long URL disrupt the page.
Diffstat (limited to 'layouts')
-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 facf912..e93646c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,7 +15,7 @@ footer{margin:0;padding:10px 0;border-top:1px solid #999;line-height:1;text-alig
p,div,table,ul,ol{margin:10px 0}
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{color:#00f;word-wrap:break-word}
a:visited{color:#009}
a:hover{color:#f00}
header a,header a:visited,footer a,footer a:visited,h1 a,h1 a:visited,h2 a,h2 a:visited{text-decoration:none;color:#333}