[mlpack-git] master: A class useful for mid-document headings. (fd8cb8f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 20:40:08 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/ec30aa2e3fcd69e3fe8fd9b006bdcb033b3c8e8d...f38ec5f8431eea845df9cc0540dc8340fdfcf582

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

commit fd8cb8fd88bc729e5841fac1b48555d6c1d35918
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Mar 27 22:10:21 2015 +0000

    A class useful for mid-document headings.


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

fd8cb8fd88bc729e5841fac1b48555d6c1d35918
 style.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/style.css b/style.css
index b534635..bbbfee1 100644
--- a/style.css
+++ b/style.css
@@ -324,6 +324,17 @@ h2
   margin: 0;
 }
 
+h2.withtop
+{
+  font-size: 200%;
+  border-bottom: 15px solid #101010;
+  border-top: 15px solid #101010;
+  font-family: 'Maven Pro', sans-serif;
+  line-height: 1.5em;
+  padding: 0;
+  margin: 0;
+}
+
 .code
 {
   font-family: monospace, fixed;



More information about the mlpack-git mailing list