Making logo and header dynamic
svn path=/branches/test/; revision=23006
This commit is contained in:
parent
18d607429c
commit
20bf0251cc
@ -25,7 +25,7 @@ h4 {
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 340px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user