Clean default styling
This commit is contained in:
parent
60e7691d15
commit
df88f4f7ad
1 changed files with 1 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ html {
|
||||||
body {
|
body {
|
||||||
/* Margin bottom by footer height plus padding against main content*/
|
/* Margin bottom by footer height plus padding against main content*/
|
||||||
margin-bottom: 92px;
|
margin-bottom: 92px;
|
||||||
background-color: #fefefe;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
@ -65,10 +65,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default Colors */
|
/* Default Colors */
|
||||||
.main-content {
|
|
||||||
margin-top: 32px;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #3d5c7a;
|
background-color: #3d5c7a;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue