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

Commit

Permalink
Quick Archive Header fix.
Browse files Browse the repository at this point in the history
Archive header main page title is shifted over to the right to line up
with the rest of the content.
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 17, 2014
1 parent e0801e9 commit cfd41b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6819,6 +6819,10 @@ button.close {
width: 150px;
}

.lte7.form-control {
height: 20px;
}

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down Expand Up @@ -7440,6 +7444,12 @@ object {
.widget.uc-contact-widget th {
white-space: nowrap;
}
.widget.uc-contact-widget td.uc-output-email {
word-break: break-all;
}
.widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.widget.uc-ecw {
padding-bottom: 1em;
}
Expand Down Expand Up @@ -8091,6 +8101,9 @@ body {
font-weight: bold;
color: #4C608A;
}
#content #page-archive .entry-header .page-title {
padding-left: 0.57em;
}
#content .col-sm-12 .page {
padding-left: 3em;
padding-right: 3em;
Expand Down
7 changes: 7 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ body {
}

}
#page-archive{
.entry-header{
.page-title{
padding-left: 0.57em;
}
}
}

.col-sm-12 .page {
padding-left:3em;
Expand Down

0 comments on commit cfd41b7

Please sign in to comment.