make the page a bit narrower like before and add logout box styling

master
Coleman 2008-10-11 17:38:15 -05:00
parent a2a7347e70
commit e29cae00b4
1 changed files with 13 additions and 1 deletions

View File

@ -39,7 +39,7 @@ h1 img {
#container {
margin: 0 auto;
width: 775px;
width: 750px;
position: relative;
background: #ffffff;
padding: 0px;
@ -73,6 +73,18 @@ h1 img {
padding: 10px 0px;
}
#header_user p, #header_user img {
text-align: right;
margin: 0px;
padding: 0px;
}
#header_user {
position: absolute;
right: 5px;
top: 10px;
}
#tool_bar {
margin-top: 7px;
margin-bottom: 10x;