slitaz-forge view doc/lib/tpl/slitaz-brown/UWEB.css @ rev 14

Made tank index.php use uname -p to tell what cpu have. You will need the real uname in coreutils-context-system installed for this to work right.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 05:01:53 2011 +0000 (2011-02-26)
parents
children
line source
1 /**
2 * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
3 *
4 * For more info about this Wiki community project visit http://www.aboutus.org/uweb
7 html>body div.dokuwiki form.btn_edit input.button {
8 padding: 0.125em 0.4em 0.125em 2em;
9 background: __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em;
10 }
12 /* nice alphatransparency background except for IE <7 */
13 html>body div.dokuwiki form.btn_edit input.button {
14 padding: 0px 0px 0px 18px;
15 background: url(images/UWEB.png) no-repeat left bottom;
16 }