1
0
Fork 0

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
commit 02f825ca3c
2 changed files with 4 additions and 3 deletions

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;