Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
MUMUP-1367: Font hard to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hanstra committed Dec 4, 2014
1 parent 91ef2ef commit 78ebb47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/main/webapp/css/buckyless/general.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
body {
width: 100%;
background-color: #f7f5e8;
font-weight: 200;
}
#body-background {
background-color: #f7f5e8;
Expand All @@ -14,6 +13,9 @@ h1,h2,h3,h4,h5,h6 {
vertical-align: center;
font-weight: 200;
}
p {
font-weight:400;
}
.container-fluid b {
font-weight: 400;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ a#myuw-header img {
text-align: right;
padding:12px 30px 0px 0px;
font-size:1.2em;
font-weight:100;
font-weight:400;
letter-spacing:0.06em;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/partials/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3 class="home-section-header">Notifications</h3>
<h3 class="home-section-header portlet-section-header">Your Favorites</h3>
<div data-loading class='loading-gif'><img src="img/ajax-loader.gif" alt="Loading content, please wait"></div>
<div ui-sortable="sortableOptions" ng-model="layout">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 portlet-container" ng-repeat="portlet in layout">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 portlet-container-home" ng-repeat="portlet in layout">
<default-card></default-card>
<!-- <static-content-card ng-if="portlet.staticContent != null"></static-content-card> -->
</div>
Expand Down

0 comments on commit 78ebb47

Please sign in to comment.