Skip to content
Snippets Groups Projects
Commit b892a428 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-177] Merging test into staging -c855

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@856 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 09cf7779
Branches
Tags
No related merge requests found
......@@ -16,3 +16,13 @@ body.fixed #maincontent {
#navigation div.contextual-links-wrapper {
display: none;
}
/* Overrides of system.menus.css */
#navigation ul li.expanded, #navigation ul li.collapsed , #navigation ul li.leaf {
list-style-image: none;
list-style-type: none;
}
#navigation li.expanded, #navigation li.collapsed, #navigation li.leaf {
margin: 0;
padding: 0;
}
......@@ -5,9 +5,8 @@
*/
function unl_wdn_css_alter(&$css) {
// Turn off some styles from the system module.
// If some of this is later found desireable, add "stylesheets[all][] = css/unl_wdn.menus.css" to unl_wdn.info and copy these files to that locaiton with edits.
// If some of this is later found desireable, add "stylesheets[all][] = css/unl_wdn.theme.css" to unl_wdn.info and copy these files to that locaiton with edits.
$path = drupal_get_path('module','system');
unset($css[$path.'/system.menus.css']);
unset($css[$path.'/system.theme.css']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment