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

Quick Archive Header fix. #19

Merged
merged 1 commit into from
Sep 17, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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