Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UC People Archive CSS
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 16, 2015
1 parent b1285ff commit b9d072c
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/hale2015-blue.css
Expand Up @@ -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;
}
10 changes: 10 additions & 0 deletions css/hale2015-green.css
Expand Up @@ -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;
}
10 changes: 10 additions & 0 deletions css/hale2015-orange.css
Expand Up @@ -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;
}
10 changes: 10 additions & 0 deletions css/hale2015-purple.css
Expand Up @@ -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;
}
10 changes: 10 additions & 0 deletions css/hale2015-red.css
Expand Up @@ -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;
}
14 changes: 14 additions & 0 deletions scss/_hale2015-common.scss
Expand Up @@ -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;
}
}
3 changes: 3 additions & 0 deletions scss/hale2015-red.scss
@@ -0,0 +1,3 @@
// red
$nav-color-base: #BD4147;
@import "_hale2015-common.scss";

0 comments on commit b9d072c

Please sign in to comment.