diff options
author | Gina Haeussge <osd@foosel.net> | 2008-10-12 12:59:32 +0200 |
---|---|---|
committer | Gina Haeussge <osd@foosel.net> | 2008-10-12 12:59:32 +0200 |
commit | 445d84fc94a88824ffcddf9e1f4fba3b5575cabf (patch) | |
tree | 2c67e52d92190486781cda9636193912182b81e2 | |
parent | 066fee3089513b988d1beac2040e32a365921310 (diff) | |
download | rpg-445d84fc94a88824ffcddf9e1f4fba3b5575cabf.tar.gz rpg-445d84fc94a88824ffcddf9e1f4fba3b5575cabf.tar.bz2 |
Remove UWEB (FS#1427)
darcs-hash:20081012105932-2b4f5-37703e01d7631eacc1d581cc368bd54e0731b664.gz
-rw-r--r-- | lib/tpl/default/UWEB.css | 17 | ||||
-rw-r--r-- | lib/tpl/default/style.ini | 2 |
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/tpl/default/UWEB.css b/lib/tpl/default/UWEB.css deleted file mode 100644 index 13bcc2da3..000000000 --- a/lib/tpl/default/UWEB.css +++ /dev/null @@ -1,17 +0,0 @@ -/** - * This stylesheet adds the Universal Wiki Edit Button log to the edit page button - * - * For more info about this Wiki community project visit http://www.aboutus.org/uweb - - -html>body div.dokuwiki form.btn_edit input.button { - padding: 0.125em 0.4em 0.125em 2em; - background: __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em; -} - -/* nice alphatransparency background except for IE <7 */ -html>body div.dokuwiki form.btn_edit input.button { - padding: 0.125em 0.4em 0.125em 2em; - background: __background__ url(images/UWEBshadow.png) no-repeat left bottom; -} - diff --git a/lib/tpl/default/style.ini b/lib/tpl/default/style.ini index ad4dac284..14ad5c6a1 100644 --- a/lib/tpl/default/style.ini +++ b/lib/tpl/default/style.ini @@ -12,8 +12,6 @@ style.css = screen media.css = screen -UWEB.css = screen - rtl.css = rtl print.css = print |