# HG changeset patch # User Brian Neal # Date 1392428562 21600 # Node ID fc86604ea0ad0b1260a8cd00123e930fd6c4eb16 # Parent 964d5e9130c2d2fe083b7ea4cd81093c529abc42 Update home page with Guitar Player magazine cover. diff -r 964d5e9130c2 -r fc86604ea0ad madeira/templates/index.html --- a/madeira/templates/index.html Fri Feb 14 19:42:07 2014 -0600 +++ b/madeira/templates/index.html Fri Feb 14 19:42:42 2014 -0600 @@ -23,9 +23,20 @@
-

We are in Guitar Player Magazine!

-

The March 2014 issue of Guitar Player magazine features the Madeira! Read all about it here. -

+
+ +
diff -r 964d5e9130c2 -r fc86604ea0ad static/css/theme.css --- a/static/css/theme.css Fri Feb 14 19:42:07 2014 -0600 +++ b/static/css/theme.css Fri Feb 14 19:42:42 2014 -0600 @@ -166,3 +166,11 @@ .table tfoot > tr > td { border-top: 1px solid #dddddd; } + +.bg-primary { + color: #fff; + background-color: #428bca; +} +.bg-primary a { + color: black; +}