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
Merge pull request #19 from jem08002/master
Quick Archive Header fix.
  • Loading branch information
amb00010 committed Sep 17, 2014
2 parents 3c432c3 + cfd41b7 commit a1d456a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions style.css
Expand Up @@ -6813,6 +6813,10 @@ button.close {
width: 150px;
}

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

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down Expand Up @@ -7485,6 +7489,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 @@ -8148,6 +8158,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
Expand Up @@ -258,6 +258,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 a1d456a

Please sign in to comment.