Merge pull request #87 from simonlnu/master

contact_block.tpl link fix and dispy page parts
This commit is contained in:
Simon 2012-03-05 10:17:26 -08:00
commit 1772037c98
2 changed files with 4 additions and 3 deletions

2
view/contact_block.tpl Executable file → Normal file
View File

@ -1,7 +1,7 @@
<div id="contact-block">
<h4 class="contact-block-h4">$contacts</h4>
{{ if $micropro }}
<a class="allcontact-link" href="viewcontacts/$nickname">$viewcontacts</a>
<a class="allcontact-link" href="contacts/$nickname">$viewcontacts</a>
<div class='contact-block-content'>
{{ for $micropro as $m }}
$m

View File

@ -232,7 +232,8 @@ nav a:hover {
nav #banner {
display: block;
position: absolute;
margin-left: 20px;
left: 51px;
top: 25px;
}
nav #banner #logo-text a {
font-size: 40px;
@ -956,7 +957,7 @@ aside #viewcontacts {
* section
*/
section {
margin: 20px 5% 0 6%;
margin: 20px 6% 0 4%;
font-size: 0.8em;
padding-right: 250px;
min-width: 475px;