From 892667f0ff6fa8a3a28d3e91b0a57f6ed2c2409e Mon Sep 17 00:00:00 2001 From: TomazMartins Date: Mon, 7 Sep 2015 17:23:33 -0300 Subject: [PATCH] Adjust wrap text of the title of Manuals in Tutorials Page --- css/software-pages.css | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/css/software-pages.css b/css/software-pages.css index 864984d..72f2171 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -501,6 +501,19 @@ font-size: 18px; font-family: Arial; font-weight: 700; + word-wrap: break-word; +} + +/* It's a Specific rule to the Google Chrome. */ +@supports (-webkit-appearance:none) { + #content .main-block #article .folder-content .item-description a { + color: #172938; + font-size: 18px; + font-family: Arial; + font-weight: 700; + white-space: pre; + word-wrap: break-word; + } } #content .main-block #article .folder-content .item-date { -- libgit2 0.21.2