diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-02-24 23:22:56 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-02-24 23:22:56 +0100 |
commit | 403f3b3b118686f8b5c9f8a3441400e02923f82a (patch) | |
tree | be91e3fd06c3a20c7e149ec2820c9c451d8b1a56 /lib/plugins/acl | |
parent | 29efb61773c99503a546d35c5a89d6778904fd7d (diff) | |
download | rpg-403f3b3b118686f8b5c9f8a3441400e02923f82a.tar.gz rpg-403f3b3b118686f8b5c9f8a3441400e02923f82a.tar.bz2 |
admin styles removed to own plugin style file
darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/acl/style.css b/lib/plugins/acl/style.css new file mode 100644 index 000000000..3b5f00b33 --- /dev/null +++ b/lib/plugins/acl/style.css @@ -0,0 +1,10 @@ +div.dokuwiki div.acladmin label { + text-align: left; + font-weight: normal; + display: inline; +} + +div.dokuwiki div.acladmin table{ + margin-left: 10%; + width: 80%; +} |