Skip to content

Commit d7f6840

Browse files
committed
some slight adjustments to the layout styles
Signed-off-by: t.pickett66 <t.pickett66@gmail.com>
1 parent 39b95fa commit d7f6840

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

css/default.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,25 @@ body {
4242
}
4343

4444

45-
#header{position:relative}
45+
#header{
46+
border-bottom: 1px solid #AF2323;
47+
position:relative;
48+
}
4649

4750
#content{
4851
float: right;
49-
width: 760px
52+
width: 760px;
53+
padding-top: 10px;
5054
}
5155

5256
#navigation{
5357
float:left;
54-
width:200px
58+
width:200px;
59+
padding-top: 10px;
5560
}
5661

5762
#extra{
5863
clear:both;
59-
width:100%
64+
width:100%;
6065
}
6166

0 commit comments

Comments
 (0)