Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
more bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ycfreeman committed Feb 4, 2016
1 parent 66f1380 commit 3af98c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jplayer/skin/pixels/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
border-left: 1px solid rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(0, 0, 0, 0.25);
float: left;
height: 1.875em;
padding: 0.75em;
position: relative;
width: calc(100% - 115px);
Expand Down
2 changes: 1 addition & 1 deletion jplayer/skin/pixels/less/skin/player/progress-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border-left: 1px solid @player-border;
border-right: 1px solid @player-border-alt;
float: left;
height: unit( @player-height / @font-size-base, em );
//height: unit( @player-height / @font-size-base, em );
padding: unit( 12 / @font-size-base, em );
position: relative;
width: calc(~"100% - 115px");
Expand Down

0 comments on commit 3af98c9

Please sign in to comment.