[dw-free] Clean up of Edit Profile page
[commit: http://hg.dwscoalition.org/dw-free/rev/208040ac6fa9]
http://bugs.dwscoalition.org/show_bug.cgi?id=787
Make subheaders readable in gradation. Make the horizontal lines more subtle
as a temporary measure to ease scanning in tropospherical layouts.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=787
Make subheaders readable in gradation. Make the horizontal lines more subtle
as a temporary measure to ease scanning in tropospherical layouts.
Patch by
Files modified:
- htdocs/stc/gradation/gradation.css
- htdocs/stc/lj_settings.css
--------------------------------------------------------------------------------
diff -r 8391ac0e83b2 -r 208040ac6fa9 htdocs/stc/gradation/gradation.css
--- a/htdocs/stc/gradation/gradation.css Sun Aug 01 22:34:30 2010 +0800
+++ b/htdocs/stc/gradation/gradation.css Sun Aug 01 23:46:31 2010 +0800
@@ -771,6 +771,10 @@ h2.widget-header, .theme-item.current, .
color: #CCC;
}
+.section_subhead {
+ background-color: #888888;
+}
+
.field_name { background: #333333; }
/* comm_promo.css */
diff -r 8391ac0e83b2 -r 208040ac6fa9 htdocs/stc/lj_settings.css
--- a/htdocs/stc/lj_settings.css Sun Aug 01 22:34:30 2010 +0800
+++ b/htdocs/stc/lj_settings.css Sun Aug 01 23:46:31 2010 +0800
@@ -4,7 +4,7 @@
.field_block {
margin: 5px 0px 5px 0px;
- border-bottom: 3px ridge #fff;
+ border-bottom: 1px solid #fff;
}
.field_block td {
--------------------------------------------------------------------------------
