9 lines
90 B
CSS
9 lines
90 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Seven styles for the help component.
|
||
|
*/
|
||
|
|
||
|
.help p {
|
||
|
margin: 0 0 10px;
|
||
|
}
|