Making logo and header dynamic

svn path=/branches/test/; revision=23006
This commit is contained in:
ato 2012-04-21 17:50:31 +00:00
parent 18d607429c
commit 20bf0251cc
2 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,7 @@ h4 {
}
#logo {
width: 340px;
width: auto;
}
#header {

View File

@ -282,6 +282,7 @@ p.left {
float: left;
margin: 1em 0 0 1%;
width: 200px;
max-width: 40%;
}
#logo a img {
@ -292,8 +293,9 @@ p.left {
color: rgb(140,140,140);
float: left;
font-size: 120%;
margin: 3em 2% 0 8%;
width: 55%;
margin: 3em 2% 0 0;
width: 50%;
padding-left: 6%;
}