diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 11:53:29 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 11:53:29 -0400 |
commit | b4cdd016dc97f2df608bb14d2088cb4ddbd32c35 (patch) | |
tree | 0ac0e0a102555c8b201a04d3e56d2024e3968918 /modules/g2_import | |
parent | bbb2a3a30c57592b1baed17533bc3a2e7edb2e8a (diff) |
Third times the charm. Rethink unordered lists and bullets. Revert to turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets.
Diffstat (limited to 'modules/g2_import')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index cf5e4755..2f4a1b28 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -112,8 +112,8 @@ $("document").ready(function() { </p> <? endif ?> </div> - <div id="g-admin-g2-import-notes"> - <ul class="enumeration"> + <div id="g-admin-g2-import-notes" class="g-text"> + <ul> <li> <?= t("Gallery 3 does not support per-user / per-item permissions. <b>Review permissions!</b>") ?> </li> |