Skip to content

Commit

Permalink
removed height from navbar so it wont break w/ different font sizes. …
Browse files Browse the repository at this point in the history
…Changed backup font from Times New Roman to Garamond.
  • Loading branch information
Jinna Adamson committed Dec 7, 2009
1 parent 86355a9 commit 480e67b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ border-width:5px;
h4 {
font-size:48px;
color:#54452e;
font-family: "Boogie", 'Times New Roman', serif;
font-family: "Boogie", 'Garamond', serif;
}
#navbar {
width: 640px;
Expand All @@ -46,7 +46,7 @@ width: 640px;
margin: 0px 0px 0px 12px;
font-size:40px;
color:#efecc3;
font-family: "Boogie", 'Times New Roman', serif;
font-family: "Boogie", 'Garamond', serif;
padding: 0px 0px 8px 10px;
position:relative;
z-index:1;
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ width: 960px;
}
#navbar {
width: 640px;
height:50px;

background-color: #54452e;
margin: 0px 0px 0px 12px;
font-size:40px;
color:#efecc3;
font-family: "Boogie", 'Times New Roman', serif;
font-family: "Boogie", 'Garamond', serif;
padding: 0px 0px 8px 10px;
position:relative;
z-index:1;
Expand Down

0 comments on commit 480e67b

Please sign in to comment.