Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Experimenting with the dates
  • Loading branch information
Matthew Anderson committed Jan 19, 2009
1 parent 8d7c2d8 commit 61ee494
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
18 changes: 17 additions & 1 deletion css/globals.css
Expand Up @@ -207,8 +207,24 @@ hr {
color: #30323a;
}

.performances .section {
.performance {
/* padding: 0 35px;
*/ font-size: .75em;
text-align: right;
color: #30323a;
}

.performance .section {
font-size: 1.075em;
}

.performance strong {
color: #444858;
}

.performance em {
font-style: normal;
color: #fae443;
}

#actors ul {
Expand Down
17 changes: 12 additions & 5 deletions index.html
Expand Up @@ -25,13 +25,20 @@
<div class="grid_8">
<em class="section">Announcing</em>
<h1><em>The University of Iowa</em> 2009 Showcase Tour</h1>
<h2>Featuring the MFA Graduate Actors and the work of the Iowa Playwright’s Workshop.</h2>
<h2>Featuring the MFA Graduate Actors and the<br> work of the Iowa Playwright’s Workshop.</h2>
</div>
<div id="chicago" class="performances grid_4">
<em class="section">Chicago</em>
<div id="chicago" class="performance grid_4">
<span><em class="section">Chicago</em></span><br>
<div><strong><em>3/9</em> at 2PM &amp; 7PM</strong></div>
<span>Theatre Building Chicago</span><br>
<span>1225 W. Belmont Avenue</span>
</div>
<div id="new_york" class="performances grid_4">
<em class="section">New York</em>
<div id="new_york" class="performance grid_4">
<div><em class="section">New York</em></div><br>
<div><strong>3/16</strong> at 2PM &amp; 7PM <strong>3/17</strong> at 2PM</div>

<span>The Barrow Group Theatre</span><br>
<span>312 W. 36th Street, 3rd Floor</span>
</div>
<hr />
<h3>A diverse group of thirteen exciting new actors</h3>
Expand Down

0 comments on commit 61ee494

Please sign in to comment.