Skip to content

Commit

Permalink
a few updates per jason... menu above soloist images and remove no cr…
Browse files Browse the repository at this point in the history
…edit cards at the door line
  • Loading branch information
edwelker committed Mar 28, 2011
1 parent 52fb650 commit d212fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site_media/styles.css
Expand Up @@ -61,7 +61,7 @@ dd{ margin-left: 19em; }
.nav { background-color: #555; height: 46px; text-align: center; }
.nav ul { margin:0;padding:0;list-style-type:none; position: relative; top: 12px; overflow:visible; }
.nav ul li { display: inline; margin-right: 25px; float: left;}
.nav ul ul { display: none; position: absolute; background-color:#555; top:1.7em; padding:1.3em 0 .5em 0; z-index:10;}
.nav ul ul { display: none; position: absolute; background-color:#555; top:1.7em; padding:1.3em 0 .5em 0; z-index:1000;}
.nav ul li a { color: #fff; text-transform: uppercase; text-decoration: none; font-size: 1.3em;}
.nav ul ul li { display: block; float: none; z-index: 10; margin: .3em 0; }
.nav ul ul li a { padding: .3em 1em; }
Expand Down
2 changes: 1 addition & 1 deletion templates/home.html
Expand Up @@ -104,7 +104,7 @@ <h2><a href="{{primary_event.season.get_absolute_url}}#{{primary_event.slug}}">{
</p>
{% endwith %}
{% endif %}
<p class="tickets">For advance tickets, please <a href="/tickets/">visit our Tickets page</a>. Tickets will also be available at the door. <em>We are not equipped to process credit cards at the door; we are happy to accept cash or personal checks.</em></p>
<p class="tickets">For advance tickets, please <a href="/tickets/">visit our Tickets page</a>. Tickets will also be available at the door.</p>

</div>

Expand Down

0 comments on commit d212fe4

Please sign in to comment.