Restored light tan color to sidebars, header tweaks

This commit is contained in:
Victoria Wang 2014-10-25 23:15:11 -07:00
parent 3c029cf43b
commit 7565a300e1

View file

@ -55,17 +55,19 @@
padding-right: 6%;
}
.content.misc-page {
background: #FFFFFF;
background: #FAF6F1;
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
padding: 1px 3% 40px 3%;
}
.content.misc-page {
h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
margin-top: 1em;
}
}
.content.single-Col.misc-page {
background: #FFFFFF;
}
.content.misc-page h2 {
font-size: 1.6em;
margin-top: 1em;
@ -77,7 +79,7 @@
font-size: 1em;
}
.content.misc-page h1 {
font-size: 2.2em;
font-size: 2em;
margin-bottom: 20px;
}
.content.misc-page hr {