[mlpack-git] master: Add useful h4 styling (for versioned documentation). (554bf84)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Aug 19 14:34:58 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/1fe8a0f87db2d45cebb3ec04b696a6158aacd3cb...554bf84fbf9da1d8cd6ac78c73e85b05e7cfabac

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

commit 554bf84fbf9da1d8cd6ac78c73e85b05e7cfabac
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Aug 19 14:34:11 2015 -0400

    Add useful h4 styling (for versioned documentation).


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

554bf84fbf9da1d8cd6ac78c73e85b05e7cfabac
 style.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/style.css b/style.css
index 87aa524..005307b 100644
--- a/style.css
+++ b/style.css
@@ -255,6 +255,18 @@ h2.withtop
   margin: 0;
 }
 
+h4
+{
+  font-size: 100%;
+  border-bottom: 15px solid #101010;
+  font-family: 'Maven Pro', sans-serif;
+  line-height: 1.5em;
+  padding: 0;
+  margin: 0;
+  color: #eab72c;
+/*  text-align: center;*/
+}
+
 .code
 {
   font-family: monospace, fixed;



More information about the mlpack-git mailing list