[mlpack-git] master: Style changes, probably break other pages. (e16416b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 16:51:57 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/344bb235162750b099c994359491930a31a72194...2c3eae9b1b2dcce628dcffbce713d6c61c7eadc6

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

commit e16416b6c33f0ca8f03f64902e9a0343969bb7c8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Mar 27 04:29:59 2015 +0000

    Style changes, probably break other pages.


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

e16416b6c33f0ca8f03f64902e9a0343969bb7c8
 style.css | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/style.css b/style.css
index 09dcacc..8096723 100644
--- a/style.css
+++ b/style.css
@@ -253,18 +253,18 @@ ul.mainpage li
 {
   margin-left: 1em;
   font-size: 85%;
-  color: #eab72c;
+  color: #bb2222;
 }
 
 li a
 {
-  color: #bb2222 !important;
+  color: #eab72c !important;
   font-weight: normal;
 }
 
 li a:hover
 {
-  color: #eab72c !important;
+  color: #ffffff !important;
   font-weight: normal;
 }
 
@@ -276,12 +276,8 @@ font.released
 
 .mlnavbar
 {
-  background-color: #202020;
-  border: 30px solid #101010;
   width: 620px;
-  padding: 15px;
-  padding-left: 35px;
-  height: 1em;
+  padding-left: 100px;
 }
 
 .mlnavbar .mlnavitem
@@ -291,6 +287,11 @@ font.released
   padding-left: 16px;
   padding-right: 16px;
 }
+.mlnavbar .mlnavitem a,
+.mlnavbar .mlnavitem a:visited
+{
+  color: #eab72c;
+}
 
 .mlnavbar .mlnavsel
 {



More information about the mlpack-git mailing list