adding div.flash formatting... fixing header coloring
This commit is contained in:
parent
e586ed68c3
commit
b90c251333
1 changed files with 14 additions and 2 deletions
|
@ -23,6 +23,10 @@ body {
|
|||
text-align:center;
|
||||
}
|
||||
|
||||
div.flash {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.box {
|
||||
padding-top:50px;
|
||||
margin:0em auto;
|
||||
|
@ -41,7 +45,15 @@ div.border {
|
|||
}
|
||||
|
||||
h1 {
|
||||
color:#BBB3A6;
|
||||
font-size:1.5em;
|
||||
font-weight:lighter;
|
||||
}
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
color:#BBB3A6;
|
||||
}
|
||||
|
||||
#box h1 {
|
||||
color:#48362A;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue