10 lines
138 B
CSS
10 lines
138 B
CSS
/**
|
|
* @file
|
|
* Visual styles for Bartik's blocks.
|
|
*/
|
|
|
|
/* Block has it's own content wrapper. */
|
|
.block .content {
|
|
margin-top: 10px;
|
|
}
|