← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13631: minor css opt

 

------------------------------------------------------------
revno: 13631
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-01-07 19:38:03 +0100
message:
  minor css opt
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.xsl
  dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/mapView.xsl


--
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-api/src/main/resources/templates/html/chart.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.xsl	2013-09-09 13:50:00 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/chart.xsl	2014-01-07 18:38:03 +0000
@@ -54,7 +54,7 @@
 		</tr>
 	  </table><br/>
 	  
-      <a href="{@href}/data"><img src="{@href}/data" style="border-style:solid; border-width: 1px; padding: 5px;" /></a>
+      <a href="{@href}/data"><img src="{@href}/data" style="border: 1px solid;padding: 5px;" /></a>
 
       <h3>Details</h3>
 

=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/mapView.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/mapView.xsl	2012-10-25 17:18:52 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/mapView.xsl	2014-01-07 18:38:03 +0000
@@ -32,7 +32,7 @@
         </tr>
       </table><br/>
       
-      <a href="{@href}/data"><img src="{@href}/data" style="border-style:solid; border-width: 1px; padding: 5px;" /></a>
+      <a href="{@href}/data"><img src="{@href}/data" style="border: 1px solid; padding: 5px;" /></a>
 
       <h3>Details</h3>