summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-29 16:08:09 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-29 16:08:09 +0900
commitcafb59c4a08fe15d277c896f45a7f3236b6451d2 (patch)
treeb31f1979c7e3e4ff8e16e4fc2036731bb82e333e /src
parentFix bug (diff)
downloadsharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.tar.gz
sharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.tar.bz2
sharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/web/about/resources/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css
index 53d658fa6b..9a27395a02 100644
--- a/src/web/about/resources/style.css
+++ b/src/web/about/resources/style.css
@@ -37,6 +37,7 @@ main {
padding: 32px;
width: 100%;
max-width: 700px;
+ word-wrap: break-word;
}
@media screen and (max-width: 700px) {
main {
@@ -67,6 +68,10 @@ a {
text-decoration: underline;
}
+hr {
+ border-top: solid 1px #eee;
+}
+
section {
margin: 32px 0;
}