mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-06 04:24 am

[dw-nonfree] simple changes to improve site scheme

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/35b6fc6c135b]

http://bugs.dwscoalition.org/show_bug.cgi?id=676

Change dropdown swirl and some other style tweaks.

Patch by [personal profile] nova.

Files modified:
  • htdocs/img/tropo-red/icon_menu_swirl_dropdown.png
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r 8a65386ec5a4 -r 35b6fc6c135b htdocs/img/tropo-red/icon_menu_swirl_dropdown.png
Binary file htdocs/img/tropo-red/icon_menu_swirl_dropdown.png has changed
diff -r 8a65386ec5a4 -r 35b6fc6c135b htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Sun Apr 05 06:34:09 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Mon Apr 06 04:24:20 2009 +0000
@@ -29,7 +29,7 @@
  * @revision        $Revision$
  * @copyright       Copyright (c) 2009 by Dreamwidth Studios, LLC
  *
- * @colordef        #26bbb6 Turquoise (body background)
+ * @colordef        #f7f7f7 Almost White (body background)
  * @colordef        #444444 Dark Gray (copy)
  */
 body {
@@ -163,9 +163,9 @@ a:active,
 /* .hover is a class added by js for the currently hovered/focused menu */
 #menu ul li.hover a {
     height: 100%;
-    background-color: #f4717a;
+    background: #f4717a url(/img/tropo-red/icon_menu_swirl_dropdown.png) 0.833333em 0.916667em no-repeat;
     color: #fff;
-    width: 100%;
+    width: auto;
 }
 #menu ul li.hover a:hover {
     background-color: #c1272d;
@@ -208,6 +208,7 @@ a:active,
     height: 4.166667em;
     background: #ddd url(/img/tropo-red/bg_footer_gradient.png) repeat-x;
     clear: both;
+    padding: 0.45em 0 0 0.63em;
 }
 #footer ul {
     overflow: hidden;
--------------------------------------------------------------------------------