Merge pull request #11 from ryanxcharles/feature/change-tabs-to-spaces-in-css

Change tabs to spaces in CSS
This commit is contained in:
Ryan X. Charles 2014-03-31 14:19:50 -04:00
commit dd7aee0379
1 changed files with 19 additions and 19 deletions

View File

@ -1,49 +1,49 @@
* { * {
font-family: Helvetica, sans-serif !important; font-family: Helvetica, sans-serif !important;
} }
body { body {
background: #F5F5F5; background: #F5F5F5;
} }
.top-bar-section li:not(.has-form) a:not(.button) { .top-bar-section li:not(.has-form) a:not(.button) {
line-height: 60px; line-height: 60px;
background: #FAE448; background: #FAE448;
} }
.top-bar-section li.active:not(.has-form) a:not(.button) { .top-bar-section li.active:not(.has-form) a:not(.button) {
line-height: 60px; line-height: 60px;
background: #f5f5f5; background: #f5f5f5;
color: #111; color: #111;
font-weight: 700; font-weight: 700;
} }
.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover { .top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover {
background: #111; background: #111;
color: white; color: white;
} }
.top-bar-section ul li>a { .top-bar-section ul li>a {
color: #111; color: #111;
text-transform: uppercase; text-transform: uppercase;
font-weight: 100; font-weight: 100;
font-size: 0.9rem; font-size: 0.9rem;
} }
.header { .header {
background: #111; background: #111;
color: white; color: white;
overflow: hidden; overflow: hidden;
margin-bottom: 30px; margin-bottom: 30px;
} }
.header-content { .header-content {
padding: 1.5rem; padding: 1.5rem;
overflow: hidden; overflow: hidden;
} }
.header h1, h5 { .header h1, h5 {
color: #fff; color: #fff;
} }
.size-12 { font-size: 12px; } .size-12 { font-size: 12px; }