Skip to content
Snippets Groups Projects
Commit 1fe8fa49 authored by Loraine Brillet-Guéguen's avatar Loraine Brillet-Guéguen
Browse files

Remove submenu border. Add rhodo css colors.

parent b4e7656d
No related branches found
No related tags found
1 merge request!3Rhodo colors
......@@ -1000,11 +1000,9 @@ div.nav-menu > ul {
.nav-menu .sub-menu,
.nav-menu .children {
background-color: #220e10;
border: 2px solid #94bfea;
border-top: 0;
padding: 0;
position: absolute;
left: -2px;
z-index: 99999;
height: 1px;
width: 1px;
......
......@@ -24,6 +24,10 @@ function abims_preprocess_html(&$variables) {
// Add conditional stylesheets for IE
drupal_add_css(path_to_theme() . '/css/ie.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'lte IE 7', '!IE' => FALSE), 'preprocess' => FALSE));
drupal_add_css(path_to_theme() . '/css/ie6.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'IE 6', '!IE' => FALSE), 'preprocess' => FALSE));
if ( preg_match('/rhodoexplorer/', getenv('PROJECT_URL')) ) {
drupal_add_css('.site-footer {background-color: #d28a78;}', array('type' => 'inline'));
drupal_add_css('.navbar {background-color: #d28a78;}', array('type' => 'inline'));
}
if (drupal_is_front_page()) {
$variables['head_title_array']['title'] = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment