Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisramey committed Sep 18, 2011
1 parent 91688ba commit 39a311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {height: 100%; margin: 0; text-align: left; color: #000; font-family: calib
.nav_button:hover, .nav_active:hover, .first_nav_button:hover {color: #555; background: transparent url(../images/nav_button_hover.png) no-repeat top left}
.first_nav_button {margin-left: 20px}

#main_container {position: relative; top: 20px; margin: 0px auto;padding:0px 8px;}
#main_container {position: relative; top: 20px; margin: 0px auto;padding:0px 8px;width:974px;}
#welcome_wrapper {position: relative; width: 100%; height: 220px}
#welcome_message {position: absolute; top: 0px; left: 0px; width: 645px; height: 210px; background: transparent url(../images/welcome_msg.gif) no-repeat top left}
#login_box {position: absolute; top: 0px; right: 0px; width: 318px; height: 158px; background-color: #FFE4B4; border: solid 1px #FFBF79}
Expand Down

0 comments on commit 39a311c

Please sign in to comment.