[Plugin: Googlyzer] Update CSS
-
Installed Googlyzer to test it out on my installs of WP 3.2.1, came across an issue you probably couldn’t see since you are using Ozh’s drop down menus.
Your styles.css affects the left side navigation when using the default dashboard layout.
Please update your styles.css to the following
`line 35: table p { font-family: “Trebuchet MS”, Helvetica, sans-serif; }
line 43: table ul { list-style-type:disc; padding: 0px 0px 0px 30px; }
line 116: table div { font-family: “Trebuchet MS”, Helvetica, sans-serif; }’You could combine lines 35 & 116 also:
line 35: table p, table div { font-family: "Trebuchet MS", Helvetica, sans-serif; }
The topic ‘[Plugin: Googlyzer] Update CSS’ is closed to new replies.