Convert back to title case and fix CSS issue.

This commit is contained in:
reed%reedloden.com 2006-10-11 02:58:28 +00:00
Родитель b7bb4c1c60
Коммит fae8c258e4
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -10,19 +10,19 @@
</div>
<div id="f-right">
<div class="cbox">
<span class="ctxt"><?php echo $pcount."</span><br/>".(($pcount == 1) ? ' party' : ' parties'); ?>
<span class="ctxt"><?php echo $pcount."</span><br/>".(($pcount == 1) ? ' Party' : ' Parties'); ?>
<div class="ifeed">
<a style="padding-right: 2px;" title="Party Calendar" href="<?php echo $html->url('/feeds/ical'); ?>"><img src="<?php echo $html->url('/img/ical.png'); ?>" alt="iCAL"/></a><a title="Party Count Feed" href="<?php echo $html->url('/feeds/'); ?>"><img src="<?php echo $html->url('/img/feed16.png'); ?>" alt="RSS"/></a>
</div>
</div>
<div class="cbox">
<span class="ctxt"><?php echo $ucount."</span><br/>".(($ucount == 1) ? ' partygoer' : ' partygoers'); ?>
<span class="ctxt"><?php echo $ucount."</span><br/>".(($ucount == 1) ? ' Partygoer' : ' Partygoers'); ?>
<div class="cfeed">
<a title="User Count Feed" href="<?php echo $html->url('/feeds/users/'); ?>"><img src="<?php echo $html->url('/img/feed16.png'); ?>" alt="RSS"/></a>
</div>
</div>
<div class="cbox">
<span class="ctxt"><?php echo $days_left."</span><br/>".(($days_left == 1) ? ' day' : ' days'); ?> left until Firefox 2!
<span class="ctxt"><?php echo $days_left."</span><br/>".(($days_left == 1) ? ' Day' : ' Days'); ?> left until Firefox 2!
</div>
</div>
<div style="clear: both"></div>

Просмотреть файл

@ -41,7 +41,9 @@
margin: 10px;
}
.ctxt{
.cbox a { outline: none; }
.ctxt {
font-size: 200%;
font-weight: bold;
}
@ -59,7 +61,7 @@
bottom: 15px;
float: right;
height: 16px;
width: 16px;
width: 34px;
}
.required { color: red; font-weight: bold;}