Commit dda385b71d8e4b8fb34b0d9ecf919e3bb45320b7

Authored by Nathanaël Jourdane
1 parent 6d27a77e

datasets info lists: reduce space on the left

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/resources/css/amda.css
... ... @@ -261,8 +261,8 @@ background-image: url(../images/16x16/error.png) !important;
261 261 text-align: justify;
262 262 }
263 263  
264   -.infoWindow li {
265   - margin-left: 20px;
  264 +.infoWindow ul {
  265 + padding-left: 20px;
266 266 text-align: justify;
267 267 }
268 268  
... ...