From 735a3379c508a9fed2af68d41d1204d6a31061db Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 11 Jan 2016 04:26:42 +0100 Subject: First working version --- static/css/buttons.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'static/css') diff --git a/static/css/buttons.css b/static/css/buttons.css index e073b0f..04d55a0 100644 --- a/static/css/buttons.css +++ b/static/css/buttons.css @@ -8,25 +8,25 @@ } .buttonicon-headline-h1 { - background-position: 0px 1px; + background-position: -2px 0px; } .buttonicon-headline-h2 { - background-position: 0px -15px; + background-position: -2px -16px; } .buttonicon-headline-h3 { - background-position: 0px -31px; + background-position: -2px -32px; } .buttonicon-headline-h4 { - background-position: 0px -47px; + background-position: -2px -48px; } .buttonicon-headline-h5 { - background-position: 0px -63px; + background-position: -2px -64px; } .buttonicon-headline-h6 { - background-position: 0px -79px; + background-position: -2px -80px; } -- cgit v1.2.3-1-g7c22