diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index 0f621a3..4d31692 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -10962,3 +10962,13 @@ input[type="button"]#footers.btn-block { //border-top:1px dotted #ccc; } */ +body.archive .archive-person-name { + margin-bottom: 0px; + margin-top: 0; +} +body.archive #page-sidebar .widget { + padding: 7px; +} +body.archive h1.page-title { + margin-bottom: 30px; +} diff --git a/css/hale2015-green.css b/css/hale2015-green.css index fa5e189..0c7757e 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -10962,3 +10962,13 @@ input[type="button"]#footers.btn-block { //border-top:1px dotted #ccc; } */ +body.archive .archive-person-name { + margin-bottom: 0px; + margin-top: 0; +} +body.archive #page-sidebar .widget { + padding: 7px; +} +body.archive h1.page-title { + margin-bottom: 30px; +} diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 497554a..d2441c9 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -10962,3 +10962,13 @@ input[type="button"]#footers.btn-block { //border-top:1px dotted #ccc; } */ +body.archive .archive-person-name { + margin-bottom: 0px; + margin-top: 0; +} +body.archive #page-sidebar .widget { + padding: 7px; +} +body.archive h1.page-title { + margin-bottom: 30px; +} diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index 1b1b1c4..fd353b0 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -10962,3 +10962,13 @@ input[type="button"]#footers.btn-block { //border-top:1px dotted #ccc; } */ +body.archive .archive-person-name { + margin-bottom: 0px; + margin-top: 0; +} +body.archive #page-sidebar .widget { + padding: 7px; +} +body.archive h1.page-title { + margin-bottom: 30px; +} diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 0707a85..08e8808 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -10962,3 +10962,13 @@ input[type="button"]#footers.btn-block { //border-top:1px dotted #ccc; } */ +body.archive .archive-person-name { + margin-bottom: 0px; + margin-top: 0; +} +body.archive #page-sidebar .widget { + padding: 7px; +} +body.archive h1.page-title { + margin-bottom: 30px; +} diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 062a573..9b9a8c0 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -318,3 +318,17 @@ $dropdown-link-active-bg: $nav-color-base; //border-top:1px dotted #ccc; } */ + +body.archive { + .archive-person-name { + margin-bottom: 0px; + margin-top: 0; + } + #page-sidebar .widget { + padding: 7px; + } + + h1.page-title { + margin-bottom:30px; + } +} diff --git a/scss/hale2015-red.scss b/scss/hale2015-red.scss new file mode 100644 index 0000000..1c3d9b1 --- /dev/null +++ b/scss/hale2015-red.scss @@ -0,0 +1,3 @@ +// red +$nav-color-base: #BD4147; +@import "_hale2015-common.scss"; \ No newline at end of file