You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2015/12/15 21:16:46 UTC

incubator-systemml git commit: Update doc style to match Apache incubator website style

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 72ecb7faa -> 5bb51bef9


Update doc style to match Apache incubator website style

Add favicon.png
Add systemml-logo.png
Update global.html to add logo and better position text
Update main.css to reflect similar styles as main website

Closes #23.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/5bb51bef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/5bb51bef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/5bb51bef

Branch: refs/heads/master
Commit: 5bb51bef9aa5fae1396b38f82913e8fa62e852ca
Parents: 72ecb7f
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Dec 14 16:48:36 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Dec 15 12:14:48 2015 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html  |   3 ++-
 docs/css/main.css          |  33 ++++++++++++++++++++++++++++++++-
 docs/img/favicon.png       | Bin 0 -> 2774 bytes
 docs/img/systemml-logo.png | Bin 0 -> 40071 bytes
 4 files changed, 34 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 5c43605..514adde 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -15,6 +15,7 @@
         <link rel="stylesheet" href="css/bootstrap-responsive.min.css">
         <link rel="stylesheet" href="css/main.css">
         <link rel="stylesheet" href="css/pygments-default.css">
+        <link rel="shortcut icon" href="img/favicon.png">
         <script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
     </head>
     <body>
@@ -25,7 +26,7 @@
         <div class="navbar navbar-fixed-top" id="topbar">
             <div class="navbar-inner">
                 <div class="container">
-                    <div class="brand" style="padding: 15px 0px; font-size: 20px; font-style: italic; font-weight: bold;"><a href="index.html">SystemML {{site.SYSTEMML_VERSION}}</a>
+                    <div class="brand" style="padding: 5px 0px; font-size: 20px; font-style: italic; font-weight: bold;"><img style="width: 40px; margin-right: 5px;" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/><a href="index.html">Apache SystemML (incubating)<!-- {{site.SYSTEMML_VERSION}}  --></a>
                     </div>
                     <ul class="nav">
                         <li><a href="index.html">Overview</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/css/main.css
----------------------------------------------------------------------
diff --git a/docs/css/main.css b/docs/css/main.css
index 2ba2ff5..122c115 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -4,7 +4,7 @@
 
 .navbar .brand {
   height: 50px;
-  width: 180px;
+  width: 530px;
   margin-left: 1px;
   padding: 0;
 }
@@ -22,6 +22,8 @@
 .navbar-inner {
   padding-top: 2px;
   height: 50px;
+  background-color: #152935;
+  background-image: none;
 }
 
 .navbar-inner .nav {
@@ -192,3 +194,32 @@ body {
 .lightred {
   background: #ff7b7b;
 }
+
+.navbar a, .navbar .nav > li > a {
+  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+  font-style: normal;
+  text-shadow: none;
+  color: #FFF;
+}
+
+.navbar a:hover {
+  text-decoration: none;
+}
+
+.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
+  background-color: #0c8672;
+  color: #FFF;
+}
+
+.dropdown-menu a {
+  color: #333;
+}
+
+.dropdown-menu li > a:focus, .dropdown-menu li > a:hover {
+  background-color: #0c8672;
+  background-image: none;
+}
+
+a {
+  color: #0c8672;
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/img/favicon.png
----------------------------------------------------------------------
diff --git a/docs/img/favicon.png b/docs/img/favicon.png
new file mode 100644
index 0000000..2388972
Binary files /dev/null and b/docs/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/img/systemml-logo.png
----------------------------------------------------------------------
diff --git a/docs/img/systemml-logo.png b/docs/img/systemml-logo.png
new file mode 100644
index 0000000..87ae161
Binary files /dev/null and b/docs/img/systemml-logo.png differ