diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
commit | daa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch) | |
tree | afc49034ee5fddafd830a90122bccd4e804e2be1 /modules/comment | |
parent | fbb6a86f94deba1c2a65e7371be210fe4520351e (diff) |
First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 455cd714..5e9ffb1a 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -116,7 +116,7 @@ title="<?= html::clean_attribute($comment->author_email()) ?>"> <?= html::clean($comment->author_name()) ?> </a></p> </td> <td> - <div class="right"> + <div class="g-right"> <? $item = $comment->item() ?> <div class="gItem gPhoto"> <a href="<?= $item->url() ?>"> |