.page-header { display:none; } .progress { height: 20px; border-radius:0px; } .progress .skill .val { float: right; font-style: normal; margin: 0 20px 0 0; } .progress-bar { text-align: left; border-radius:0px; transition-duration: 3s; } $(document).ready(function() { $('.progress .progress-bar').css("width", function() { return $(this).attr("aria-valuenow") + "%"; } ) });

Matches