tweak sizing of <section> and <aside> more; fix link in 'view contacts' in sidebar

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-05 13:16:28 -05:00
parent e05313f88f
commit 02f825ca3c
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;