13 lines
931 B
Plaintext
13 lines
931 B
Plaintext
$OpenBSD: patch-admin_menu_css,v 1.2 2008/03/15 07:28:01 espie Exp $
|
|
--- admin_menu.css.orig Sun Feb 24 04:56:22 2008
|
|
+++ admin_menu.css Mon Feb 25 11:05:41 2008
|
|
@@ -5,7 +5,7 @@
|
|
* Implementation of Sons of Suckerfish Dropdowns.
|
|
* @see www.htmldog.com/articles/suckerfish
|
|
**/
|
|
-#admin-menu { position: absolute; top: 0px; left: 0px; font-size: 9px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; background: url(images/bkg.png) bottom left repeat-x #101010; width: 100%; text-align: left; }
|
|
+#admin-menu { position: absolute; top: 0px; left: 0px; font-size: 12px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; background: url(images/bkg.png) bottom left repeat-x #101010; width: 100%; text-align: left; }
|
|
#admin-menu li.admin-menu-icon a { padding: 1px 8px 4px; }
|
|
#admin-menu li.admin-menu-icon ul a { padding: 4px 8px; }
|
|
#admin-menu li.admin-menu-icon img { vertical-align: bottom; }
|