move some things around

This commit is contained in:
friendica 2012-06-12 17:57:17 -07:00
parent 211f729622
commit ed1d37658e
3 changed files with 19 additions and 9 deletions

View File

@ -19,7 +19,7 @@ $db = new dba($db_host, $db_user, $db_pass, $db_data);
unset($db_host, $db_user, $db_pass, $db_data);
$a->init_pagehead();
$a->page['nav'] .= '<div id="logo"><img src="images/friendica-32.png" alt="friendica logo" /> <a href="http://friendica.com">Friendica</a></div>';
$a->page['aside'] .= '<div id="logo"><img src="images/friendica-32.png" alt="friendica logo" /> <a href="http://friendica.com">Friendica</a></div><div id="slogan">Your friends. Your web.</div>';
require_once("session.php");

View File

@ -1,4 +1,4 @@
<h1>$header</h1>
<h2>$header</h2>
$finding

View File

@ -9,11 +9,20 @@ a:hover {
text-decoration: underline;
}
#logo a, #logo a:visited, #logo a:hover {
#logo, #logo:visited, #logo:hover {
color: #A8A8A8;
text-decoration: none;
}
#logo a, #logo a:visited {
color: #A8A8A8;
text-decoration: none;
}
#slogan {
margin-top: 15px;
}
#alpha-link {
margin-bottom: 10px;
}
@ -91,11 +100,12 @@ img.photo {
}
#logo {
float: left;
margin-top: 6px;
font-size: 150%;
color: #A8A8A8;
font-weight: bold;
margin-left: 250px;
}
.heart {
@ -119,7 +129,7 @@ img.photo {
aside {
position: absolute;
left: 0px;
top: 60px;
top: 20px;
right: 250px;
width: 250px;
margin-left: 20px;
@ -129,7 +139,7 @@ aside {
section {
position: absolute;
left: 270px;
top: 60px;
top: 20px;
margin-left: 20px;
margin-right: 20px;
right: 0px;
@ -142,10 +152,10 @@ nav {
color: #888888;
position: absolute;
top: 0px;
height: 30px;
height: 0px;
left: 0px;
right: 0px;
margin-top: 20px;
margin-top: 0px;
}
footer {