← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15252: CSS font weight bold fix

 

------------------------------------------------------------
revno: 15252
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-05-13 12:17:35 +0200
message:
  CSS font weight bold fix
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css	2014-02-07 20:25:49 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css	2014-05-13 10:17:35 +0000
@@ -268,7 +268,7 @@
   color:#39547D;
   padding:6px;
   margin:0px;
-  font-family: LiberationSansBold,arial;
+  font-weight: bold;
 }
 
 table.link-area
@@ -362,7 +362,7 @@
   border: 1px solid #aaa;
   border-radius: 3px;
   margin-right: 4px;
-  font-family: LiberationSansBold, arial;
+  font-weight: bold;
   font-size: 13px;
   color: #606060;
   background-color: #f3f3f3;

=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2014-02-22 14:19:50 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2014-05-13 10:17:35 +0000
@@ -108,7 +108,7 @@
 .item h3
 {
   font-size: 12px;
-  font-family: LiberationSansBold, sans-serif;
+  font-weight: bold;
   color: #39547d;
   margin: 2px 5px;
 }
@@ -116,7 +116,7 @@
 .item h4
 {
   font-size: 12px;
-  font-family: LiberationSansBold, sans-serif;
+  font-weight: bold;
   color: #39547d;
   margin: 1px 5px;
 }
@@ -179,7 +179,7 @@
 
 .itemTitle
 {
-  font-family: 'LiberationSansBold';
+  font-weight: bold;
   color: #336C8B;
 }
 
@@ -266,7 +266,7 @@
   margin: 2px 0;
   border-bottom: 1px solid #ddd;
   color: #336C8B;
-  font-family: LiberationSansBold;
+  font-weight: bold;
 }
 
 .hitHeader a:hover