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 #29 from bcd04001/master
Site Title Indent Fix
  • Loading branch information
amb00010 committed Nov 3, 2014
2 parents 16cec66 + 0d3702e commit 4ea0e75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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

0 comments on commit 4ea0e75

Please sign in to comment.