2015-04-19 16:46:59 +02:00

12 lines
179 B
CSS

/**
* @file
* Provides some CSS fixes to override what Drupal gives us.
*/
/**
* Fix the label alignment from the system.css.
*/
#qunit-wrapper label {
display: inline;
}