From 4826759d8a4b4b0c964d96502fd6c72ada344572 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 30 Oct 2013 01:50:36 +0100 Subject: [PATCH] portal style: break-all wiki titles --- content/static/style/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/static/style/default.css b/content/static/style/default.css index 348ad8ab4..a843f152a 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -506,6 +506,10 @@ abbr.dtstart, abbr.dtend { #portal a:hover h4 { color: black; } +#portal .wiki h4 { + text-align: justify; + word-break: break-all; +} #portal .wiki h4:before, #portal .wiki h4:after { color: #999; font-size: 120%;