summaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-11 04:26:42 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-11 04:26:42 +0100
commit735a3379c508a9fed2af68d41d1204d6a31061db (patch)
tree00592723f76e15dfee1e7f057ab2bcd033bc4447 /static/css
parent33b97da914105927bc5800224b9bab0ad1d312c6 (diff)
downloadep_headline_buttons-master.tar.gz
ep_headline_buttons-master.tar.bz2
ep_headline_buttons-master.zip
First working versionHEADmaster
Diffstat (limited to 'static/css')
-rw-r--r--static/css/buttons.css12
1 files changed, 6 insertions, 6 deletions
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;
}