People didn't like the italics in the header, stating that it
didn't really fit the style. I didn't really have an opinion
either way, so I straightened it back up. I also removed the non-
breaking space after the header that was put in to "even out" the
slant of the italics.
#title {
color: #0088CC;
font-size: 30px;
- font-style: italic;
margin-bottom: 25px;
position: relative;
text-align: center;
<div class="row">
<div class="span12" id="xonborder">
- <div id="title"><%block name="title"></%block> </div>
+ <div id="title"><%block name="title"></%block></div>
${self.body()}
</div> <!-- /xonborder -->
</div> <!-- /main row -->