From: jordan Date: Mon, 28 Mar 2011 15:27:41 +0000 (+0000) Subject: #SPLUNK-121, fixing the long titles issue, added an overflow: hidden; property to... X-Git-Tag: live~386 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/677944df3891cad7fc223ef9a6a6b598a81b5081?hp=90d84bbc17ac333184691b48a9b4941ed7529a87 #SPLUNK-121, fixing the long titles issue, added an overflow: hidden; property to the H1 style. Now the long titles cannot get out of the main container. Tested under Chrome and Firefox. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@910 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index f416ac9..e006cb7 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -88,6 +88,7 @@ h1 { font-size: 160%; padding: 5px 0; line-height: 110%; + overflow: hidden; } h2 {