This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b0afc0  Make frontpage nav fonts bolder (#10572)
1b0afc0 is described below

commit 1b0afc0fd6135000160e69f2d77e3a52476d9540
Author: Mu Li <m...@amazon.com>
AuthorDate: Wed Apr 18 10:56:14 2018 -0700

    Make frontpage nav fonts bolder (#10572)
    
    * Make frontpage nav fonts bolder
    
    * re-run the build
---
 docs/_static/mxnet.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_static/mxnet.css b/docs/_static/mxnet.css
index a62ceb5..d949f7f 100644
--- a/docs/_static/mxnet.css
+++ b/docs/_static/mxnet.css
@@ -209,7 +209,7 @@ img {
     font-family: AmazonEmber;
     display: inline-block;
     padding: 0 15px;
-    font-weight: 300;
+    font-weight: 500; 
 }
 
 .main-nav-link:hover {
@@ -548,7 +548,7 @@ li.dropdown-submenu ul.dropdown-menu a {
     padding: 60px 0 10px 0;
     font-size: 40px;
     line-height: 55px;
-    font-weight: 300;
+    font-weight: 500;
     font-family: AmazonEmber;
     color: #fff;
     max-width: 600px;

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to