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

Site Title Indent Fix #29

Merged
merged 1 commit into from Nov 3, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions style.css
Expand Up @@ -7929,6 +7929,9 @@ body {
background: linear-gradient(to bottom, #142548 0%, #071839 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142548', endColorstr='#071839',GradientType=0 );
}
#masthead .col-sm-8 {
padding-left: 5px;
}
#masthead #uc-site-parent a {
color: #7c878e;
text-transform: uppercase;
Expand Down
4 changes: 4 additions & 0 deletions style.scss
Expand Up @@ -37,6 +37,10 @@ body {
background: linear-gradient(to bottom, #142548 0%,#071839 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142548', endColorstr='#071839',GradientType=0 );

.col-sm-8 {
padding-left:5px;
}

#uc-site-parent a {
color:$title_parent;
text-transform: uppercase;
Expand Down