[arrayfire] 28/84: Hide scrollbars appearing for quoted/pre text
    Ghislain Vaillant 
    ghisvail-guest at moszumanska.debian.org
       
    Mon Jan  4 23:22:19 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository arrayfire.
commit 9d218a5a36e365d06ae1cd7f54b763b4368b8629
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Dec 16 11:27:59 2015 -0500
    Hide scrollbars appearing for quoted/pre text
---
 docs/arrayfire.css | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/docs/arrayfire.css b/docs/arrayfire.css
index b1b688f..75dba64 100644
--- a/docs/arrayfire.css
+++ b/docs/arrayfire.css
@@ -190,4 +190,9 @@ div.fragment
     border              :   1px solid #DFDFDF;
 }
 
+pre
+{
+    overflow            : hidden;
+}
+
 /* @end */
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
    
    
More information about the debian-science-commits
mailing list