font embiggening, moved badge on campaign list to match other list pages

pull/1/head
Andromeda Yelton 2012-03-20 10:44:56 -04:00
parent 84ae0acafa
commit 52fcbf8d4f
3 changed files with 5 additions and 5 deletions

View File

@ -33,9 +33,6 @@ location.hash = "#2";
<div class="user-block2">With your help we're raising money to buy the rights to give these books to the world.
</div>
<div class="user-block3">
<div class="user-block">
<span class="rounded"><span class="orange" title="We're ungluing {{ campaign_list.count }} {% if campaign_list.count == 1 %}book{% else %}books{% endif %}."><span class="hovertext">We're ungluing&nbsp;</span>{{ campaign_list.count }}</span></span>
</div>
</div>
</div>
</div>
@ -76,6 +73,9 @@ location.hash = "#2";
</a>
</li>
</ul>
<div class="badges listspage">
<span class="rounded"><span class="orange" title="We're ungluing {{ campaign_list.count }} {% if campaign_list.count == 1 %}book{% else %}books{% endif %}."><span class="hovertext">We're ungluing&nbsp;</span>{{ campaign_list.count }}</span></span>
</div>
</div>
<div id="content-block-content">
{% if is_preview == 1 %}

View File

@ -1,5 +1,5 @@
.user-block2 {
width: 48%;
font-size: 13px;
font-size: 14px;
padding-right: 2%;
}

View File

@ -1,5 +1,5 @@
.user-block2 {
width: 48%;
font-size: 13px;
font-size: 14px;
padding-right: 2%;
}