10 lines
105 B
CSS
10 lines
105 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Inline items.
|
||
|
*/
|
||
|
|
||
|
.container-inline div,
|
||
|
.container-inline label {
|
||
|
display: inline;
|
||
|
}
|