Skip to content

Commit

Permalink
fix(rxApp): up font weight from 200 -> 300; fix #344
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lamping committed Jun 18, 2014
1 parent f53d16b commit 688ac4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rxApp/rxApp.less
Expand Up @@ -116,7 +116,7 @@ For apps that want to use the default Encore navigation, use the following HTML
.flexbox(0 0 @appMenuWidth);
color: #fff;
font-size: 15px;
font-weight: 200;
font-weight: 300;
background: @appMenuBg;
line-height: @appLineHeight;
padding-bottom: 10em;
Expand All @@ -133,7 +133,6 @@ For apps that want to use the default Encore navigation, use the following HTML

.site-title {
float: left;
font-weight: 300;
}
.site-options {
float: right;
Expand Down Expand Up @@ -228,7 +227,6 @@ For apps that want to use the default Encore navigation, use the following HTML
.nav-section-title {
padding: 5px 15px;
font-size: 13px;
font-weight: 300;
}

.nav-section-all {
Expand Down

0 comments on commit 688ac4c

Please sign in to comment.