Skip to content
Snippets Groups Projects
Commit 445d84fc authored by Gina Haeussge's avatar Gina Haeussge
Browse files

Remove UWEB (FS#1427)

darcs-hash:20081012105932-2b4f5-37703e01d7631eacc1d581cc368bd54e0731b664.gz
parent 066fee30
No related branches found
No related tags found
No related merge requests found
/**
* 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;
}
......@@ -12,8 +12,6 @@ style.css = screen
media.css = screen
UWEB.css = screen
rtl.css = rtl
print.css = print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment