[mlpack-git] master: Fix display issues on Chrome. (633fc98)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Aug 28 10:17:22 EDT 2015


Repository : https://github.com/mlpack/mlpack.org

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/a758cc43f37ad9518ec200b3d10863841fcd6314...633fc982314c018f7128a42b5f13f33c8ce08bb2

>---------------------------------------------------------------

commit 633fc982314c018f7128a42b5f13f33c8ce08bb2
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Aug 28 10:17:11 2015 -0400

    Fix display issues on Chrome.


>---------------------------------------------------------------

633fc982314c018f7128a42b5f13f33c8ce08bb2
 docs/doxygen18.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/doxygen18.css b/docs/doxygen18.css
index 5642504..2d900a5 100644
--- a/docs/doxygen18.css
+++ b/docs/doxygen18.css
@@ -407,7 +407,8 @@ div.template_decl, div.open_bracket, div.template_param_list {
 
 div.template_template_param div.template, div.template_template_param
 div.open_bracket {
-  display: inline;
+  display: table-cell;
+  width: 1px; /* this appears to be a hack, but works on Chrome and Firefox... */
 }
 
 div.template_template_param {



More information about the mlpack-git mailing list