Commit 79de4ee9 authored by Mattia Migliorini's avatar Mattia Migliorini

Put ubuntu-style CSS from CDN in the right place in the markup (group CSS_DEFAULT)

parent e9eebb8c
.logo {
position:absolute;
top:0;
left:0;
z-index:10;
}
body.toolbar .logo {
top:30px;
}
\ No newline at end of file
.logo{position:absolute;top:0;left:0;z-index:10}body.toolbar .logo{top:30px}
\ No newline at end of file
.logo {
position:absolute;
top:0;
left:0;
z-index:10;
body.toolbar & {
top:30px;
}
}
\ No newline at end of file
......@@ -60,7 +60,10 @@ function valencia_preprocess_html( &$variables ) {
* }
* @return array Queued cascading stylesheets.
*/
drupal_add_css( 'http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css', array( ))
drupal_add_css( 'http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css', array(
'type' => 'external',
'group' => CSS_DEFAULT
));
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment