Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Cosmetic changes: font rendering & page template
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottwilliams committed May 21, 2014
1 parent 59ddc9f commit 9cba338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
3 changes: 0 additions & 3 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ a,
a:link {
color: #275c8a;
}
.tooltip {
-webkit-font-smoothing: antialiased;
}
/* app css stylesheet */
.menu {
list-style: none;
Expand Down
8 changes: 5 additions & 3 deletions app/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title ng-bind="$root.title && ($root.title + ' — OpenMRS Module Repository') || 'OpenMRS Module Repository'">
OpenMRS Module Repository
<title ng-bind="$root.title && ($root.title + ' — OpenMRS Modules') || 'OpenMRS Modules'">
OpenMRS Modules
</title>

<link rel="shortcut icon" href="img/favicon.ico">
Expand Down Expand Up @@ -75,7 +75,9 @@
<section ng-view class="clearfix" ng-class="$root.controller"></section>

<noscript>
<p class="lead text-center">Unfortunatly, JavaScript is required to use the Module Repository.</p>
<p class="lead text-center">
JavaScript is required to use OpenMRS Modules. &#x1F612;
</p>
</noscript>

<footer>
Expand Down
9 changes: 0 additions & 9 deletions app/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ a, a:link {
// text-decoration: underline;
}

// Bootstrap Overrides
.tooltip, {
// WebKit/Blink (in my opinion) renders light-on-dark text too heavily.
// Using this custom unstandardized property, the rendering method can
// be adjusted, which should make the glyps a little lighter. This property
// should NEVER be used on dark-on-light text.
-webkit-font-smoothing: antialiased;
}


/* app css stylesheet */

Expand Down

0 comments on commit 9cba338

Please sign in to comment.