Skip to content

Commit

Permalink
CSS Formatting Improvements, XHTML Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayson Vantuyl committed Mar 12, 2009
1 parent bf2a056 commit 6990342
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 41 deletions.
7 changes: 2 additions & 5 deletions html/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ html body {
top:0;
bottom:0;
right:0;
width:400px;
width:370px; /* Main Pane Right - 2 * My Border */
height:100%;
overflow:auto;
background:navy;
color:white;
border: navy solid 15px;
}

.commentbox {
Expand All @@ -46,10 +47,6 @@ html body {
background-color:#bbbbbb;
}

.pad {
margin:15px;
}

.hotzone {
cursor: pointer;
}
Expand Down
Loading

0 comments on commit 6990342

Please sign in to comment.