summaryrefslogtreecommitdiff
path: root/themes/icons.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/icons.css')
-rw-r--r--themes/icons.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/themes/icons.css b/themes/icons.css
deleted file mode 100644
index 4986ab2..0000000
--- a/themes/icons.css
+++ /dev/null
@@ -1,27 +0,0 @@
-
-#img-undo {
-
- background-image: url("undo.png");
- background-repeat: space;
-
- padding-right: 10px;
-
-}
-
-#img-redo {
-
- background-image: url("redo.png");
- background-repeat: space;
-
- padding-right: 10px;
-
-}
-
-#img-clean {
-
- background-image: url("clean.png");
- background-repeat: space;
-
- padding-right: 10px;
-
-}