This commit is contained in:
parent
c48b7d3d05
commit
34bbea8cd0
1 changed files with 4 additions and 3 deletions
|
@ -19,15 +19,16 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%; /* needed for container min-height */
|
||||
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
|
||||
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
/*font-size: 62.5%;*/
|
||||
|
||||
height: auto !important; /* real browsers */
|
||||
height: 100%; /* IE6: treaded as min-height*/;
|
||||
min-height: 100%; /* real browsers */
|
||||
margin: 0 auto;
|
||||
}
|
||||
body{
|
||||
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
|
||||
}
|
||||
/* HEADER ------> */
|
||||
#branding {
|
||||
position: relative;
|
||||
|
@ -170,7 +171,7 @@ h2{
|
|||
padding: 10px 0 12px 0;
|
||||
font-size: 18px;
|
||||
color: #2485ae;
|
||||
}Å
|
||||
}
|
||||
#intro {
|
||||
float: left;
|
||||
width: 570px;
|
||||
|
|
Loading…
Add table
Reference in a new issue