|
@@ -58,11 +58,11 @@ Theme Styles
|
|
|
body {
|
|
|
box-sizing: border-box;
|
|
|
color:#373737;
|
|
|
- background: #212121;
|
|
|
font-size: 16px;
|
|
|
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
|
|
line-height: 1.5;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
+ background: url('../images/bg.png');
|
|
|
}
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
@@ -81,7 +81,6 @@ h1 {
|
|
|
h2 {
|
|
|
padding-bottom: 10px;
|
|
|
font-size: 32px;
|
|
|
- background: url('../images/bg_hr.png') repeat-x bottom;
|
|
|
}
|
|
|
|
|
|
h3 {
|
|
@@ -361,7 +360,6 @@ Full-Width Styles
|
|
|
}
|
|
|
|
|
|
#main_content_wrap {
|
|
|
- background: #f2f2f2;
|
|
|
border-top: 1px solid #111;
|
|
|
border-bottom: 1px solid #111;
|
|
|
}
|