diff --git a/dist/ratchet.css b/dist/ratchet.css index fd5a4fb..293c5b1 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -334,10 +334,10 @@ a { /* Prev/next button base styles */ .bar-title .button-prev { - padding-left: 20px; /* Push over to make room for chevrons */ + padding-left: 22px; /* Push over to make room for chevrons */ } .bar-title .button-next { - padding-right: 20px; /* Push over to make room for chevrons */ + padding-right: 22px; /* Push over to make room for chevrons */ } /* Position the chevrons horizontally */ diff --git a/dist/ratchet.js b/dist/ratchet.js index 0e6d31b..00e47ef 100644 --- a/dist/ratchet.js +++ b/dist/ratchet.js @@ -764,4 +764,4 @@ toggle = false; }); -}(); +}(); \ No newline at end of file diff --git a/lib/css/bars.css b/lib/css/bars.css index ed51100..a8726c7 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -174,10 +174,10 @@ /* Prev/next button base styles */ .bar-title .button-prev { - padding-left: 20px; /* Push over to make room for chevrons */ + padding-left: 22px; /* Push over to make room for chevrons */ } .bar-title .button-next { - padding-right: 20px; /* Push over to make room for chevrons */ + padding-right: 22px; /* Push over to make room for chevrons */ } /* Position the chevrons horizontally */