Skip to content

Commit

Permalink
height fijo
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Oct 1, 2010
1 parent 59a0718 commit 5ebf975
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fed/files/css/fed.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ body{
padding-left: 8px;
padding-right: 15px;
}
.banner{
height: 105px;
}
.banner .logo{
float: left;
}
Expand Down Expand Up @@ -40,12 +43,12 @@ button:hover{
text-decoration: underline;
}
.clean{
clear: both;
margin-bottom: 30px;
clear: both;
}
.tools{
background: url(/files/images/tools.png) repeat-x;
height: 49px;
margin-top: 15px;
}
.tools .text{
font-size: 24px;
Expand Down

0 comments on commit 5ebf975

Please sign in to comment.