diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 23:02:09 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 23:02:09 -0700 |
commit | e9e871acfc7f82ea30cc21d85ab380f7a8ea57f8 (patch) | |
tree | 4986795904baac8a73a64660f56adcb70311ec12 | |
parent | e95c0dcf2bde01834ab1b0b35e98503351efd6d1 (diff) |
Docblock and todo updates.
-rw-r--r-- | lib/gallery.common.css | 4 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 33ec3720..2cbce900 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -9,7 +9,9 @@ * 4) States and interactions * 5) Positioning and order * 6) Containers/widgets + * 7) Right to left language styles * + * @todo Update .g-message-block, don't force it to 100%, bad things happen is themes when you do. * @todo Remove extra white space at the top of the add comment form, above the first field */ @@ -571,7 +573,7 @@ div#g-action-status { } /** ******************************************************************* - * 7) Right to left styles + * 7) Right to left language styles **********************************************************************/ .rtl { diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index c2cd0ccb..1fc5fa65 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -413,7 +413,7 @@ td { } /** ******************************************************************* - * 7) Right to left styles + * 7) Right to left language styles *********************************************************************/ .rtl #g-header #g-login-menu, |