9 lines
110 B
CSS
9 lines
110 B
CSS
/**
|
|
* Content header.
|
|
*/
|
|
.content-header {
|
|
overflow: hidden;
|
|
background-color: #f5f5f5;
|
|
padding: 0;
|
|
}
|