I added styles to the nice row of gametype buttons at the top and made sure
that they didn't break the flow on mobile.
margin: 0;
padding: 0.5rem 1rem 0.5rem;
}
+
+.tabs dd > a, .tabs .tab-title > a {
+ background: none;
+ color: #aaa;
+ padding: 1rem;
+}
+
+.tabs dd > a:hover, .tabs .tab-title > a:hover {
+ background-color: #1D1D1D;
+}
+
+.tabs dd.active a, .tabs .tab-title.active a {
+ background-color: #111;
+ color: #aaa;
+}
<div class="small-12 columns">
<ul class="tabs">
% for gt, url in game_type_links:
- <li class="tab-title
+ <li class="text-center tab-title
% if game_type_cd == gt or (game_type_cd is None and gt == 'overall'):
active
% endif
##### RECENT GAMES TABLE #####
<div class="row">
- <div class="span12">
+ <div class="small-12 columns">
% if len(recent_games) > 0:
<table class="table-hover table-condensed">
<thead>