# HG changeset patch # User hamidouk # Date 1324651594 -3600 # Node ID 03edc46544eeab0c707fbc15dbfa32bf804ef399 # Parent af5248f4d37e928cca6cde7c49faa24812335737 added a little separation between the numbers in the time display. diff -r af5248f4d37e -r 03edc46544ee src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Fri Dec 23 15:44:34 2011 +0100 +++ b/src/css/LdtPlayer.css Fri Dec 23 15:46:34 2011 +0100 @@ -205,12 +205,13 @@ .Ldt-ElapsedTime { margin-top: 4px; + margin-right: 2px; float: left; color: #4a4a4a; } .Ldt-TimeSeparator { - margin-top: 4px; + margin-top: 4px; float: left; padding-left: 1px; padding-right: 1px; @@ -218,6 +219,7 @@ .Ldt-TotalTime { margin-top: 4px; + margin-left: 2px; float: left; color: #b2b2b2; }