Skip to content

Commit

Permalink
Fix css on calendar carousel nave.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Holda committed Apr 26, 2012
1 parent 3233168 commit bd598f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/css/tc.gam.main.css
Expand Up @@ -7403,6 +7403,20 @@ div.continent.calendar .event-stack li > div {
width: 100%;
}

div.continent.calendar span.control a {
float: left;
font-style: normal;
}

div.continent.calendar span.control a.prev {
margin-right: 20px;
}

div.continent.calendar div.pagination-controls {
float: right;
display: block;
}

/* Terms Of Use */

div.continent.tou {
Expand Down

0 comments on commit bd598f7

Please sign in to comment.