You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/12/18 14:50:00 UTC

svn commit: r1423431 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: gjm
Date: Tue Dec 18 13:49:59 2012
New Revision: 1423431

URL: http://svn.apache.org/viewvc?rev=1423431&view=rev
Log:
adding 'overflow: auto' property to pre.wiki to fix potential code overlap with divs that float right - fixes #209

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1423431&r1=1423430&r2=1423431&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Tue Dec 18 13:49:59 2012
@@ -182,6 +182,10 @@ textarea.wikitext {
   border-radius: 10px;
 }
 
+pre.wiki {
+  overflow: auto;
+}
+
 .trac-modifiedby {
   float: right;
 }