some small space adjustments
This commit is contained in:
parent
8848663112
commit
2258c67a00
1 changed files with 9 additions and 11 deletions
|
@ -7,21 +7,20 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
/** background: url(../static/images/header.jpg) top left no-repeat; **/
|
/** background: url(../static/images/header.jpg) top left no-repeat;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 20px auto auto 50px;
|
height: 160px;
|
||||||
padding-left: 85px;
|
padding-left: 85px;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
color: #777688;
|
color: #777688;
|
||||||
width: 760px;
|
width: 762px;
|
||||||
width: 89%;
|
width: 89%; */
|
||||||
height: 160px;
|
margin: 10px auto 30px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: -18px 0 10px auto;
|
margin: 15px 0 10px auto;
|
||||||
width: 760px;
|
|
||||||
width: 89%;
|
width: 89%;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
@ -69,9 +68,8 @@ body {
|
||||||
/* Styles for the text area */
|
/* Styles for the text area */
|
||||||
#main_content {
|
#main_content {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 75px auto 50px auto;
|
margin: 15px auto 15px auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 760px;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
|
|
Loading…
Reference in a new issue