12 lines
179 B
CSS
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;
|
|
}
|