diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/content.css b/admin/themes/default/content.css index 61ab73b83..149301214 100644 --- a/admin/themes/default/content.css +++ b/admin/themes/default/content.css @@ -23,4 +23,4 @@ ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside; margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ } /* not used but should be */ -body#thePopuphelpPage .content { margin: 1em; }
\ No newline at end of file +#thePopuphelpPage .content { margin: 1em; }
\ No newline at end of file |