diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:16:39 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:16:39 -0700 |
commit | 0dba5857fa63b6e8f0c201cd480aad7416b9a631 (patch) | |
tree | d090bf4076f26f2b2ec4e1e4b7e11adcb3490794 /modules | |
parent | 459329753333c7de2d5bcfc4337fcedf661ff16e (diff) |
Make comments consistent.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/css/organize.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 59e46bc4..d533a80d 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -1,6 +1,6 @@ /******************************************************************* - * Dialog wide stylings + * Dialog wide styles */ #gOrganize { overflow: hidden; @@ -34,7 +34,7 @@ } /******************************************************************* - * Album Tree styling + * Album Tree styles */ #gOrganizeTreeContainer { height: 100%; @@ -69,7 +69,7 @@ } /******************************************************************* - * Album Panel Styles + * Album panel styles */ #gOrganizeMicroThumbPanel { margin: 0 !important; @@ -128,7 +128,7 @@ } /**************************************************************** - * Organize Controls styling + * Controls styles */ #gOrganizeControls { padding-left: 8px; |