summaryrefslogtreecommitdiff
path: root/plugins/help/skins/default/help.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-30 12:00:52 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-30 12:00:52 +0200
commitc40419bdfe866932fecf9fcb1f552312c669c228 (patch)
tree2c8e21f2f53d3b3b1ca86b743f9159a831424ba9 /plugins/help/skins/default/help.css
parentbaecd8becccd7786632c1cda895123293ceb1408 (diff)
Rename old 'default' skin folder to 'classic'
Diffstat (limited to 'plugins/help/skins/default/help.css')
-rw-r--r--plugins/help/skins/default/help.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css
deleted file mode 100644
index 8f67f111e..000000000
--- a/plugins/help/skins/default/help.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/***** Roundcube|Mail Help task styles *****/
-
-#taskbar a.button-help
-{
- background-image: url('help.gif');
-}
-
-.help-box
-{
- overflow: auto;
- background-color: #F2F2F2;
-}
-
-#helplicense, #helpabout
-{
- width: 46em;
- padding: 1em 2em;
-}
-
-#helplicense a, #helpabout a
-{
- color: #900;
-}
-
-#helpabout
-{
- margin: 0 auto;
-}
-