Add CSS sprites
diff --git a/images/buttonDownload.png b/images/buttonDownload.png
index 07a7d40..aff8a58 100644
--- a/images/buttonDownload.png
+++ b/images/buttonDownload.png
Binary files differ
diff --git a/images/buttonInvolved.png b/images/buttonInvolved.png
index 3b29713..ba340c3 100644
--- a/images/buttonInvolved.png
+++ b/images/buttonInvolved.png
Binary files differ
diff --git a/images/buttonSupport.png b/images/buttonSupport.png
index af3c4bd..adf679b 100644
--- a/images/buttonSupport.png
+++ b/images/buttonSupport.png
Binary files differ
diff --git a/style.css b/style.css
index 0582544..000b572 100644
--- a/style.css
+++ b/style.css
@@ -118,7 +118,7 @@
background:transparent url("images/buttonDownload.png") no-repeat 0 0;
}
#buttonDownload:hover {
- background:transparent url("images/buttonDownload_sel.png") no-repeat 0 0;
+ background-position: 0px -87px;
}
#buttonDocumentation {
@@ -132,14 +132,14 @@
background:transparent url("images/buttonSupport.png") no-repeat 0 0;
}
#buttonSupport:hover {
- background:transparent url("images/buttonSupport_sel.png") no-repeat 0 0;
+ background-position: 0px -87px;
}
#buttonInvolved {
background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
}
#buttonInvolved:hover {
- background:transparent url("images/buttonInvolved_sel.png") no-repeat 0 0;
+ background-position: 0px -87px;
}
#bigbuttons a * {