9 lines
117 B
CSS
9 lines
117 B
CSS
/**
|
|
* Content header.
|
|
*/
|
|
.content-header {
|
|
overflow: hidden;
|
|
background-color: #e0e0d8;
|
|
padding: 24px 0 0;
|
|
}
|