13 lines
213 B
CSS
13 lines
213 B
CSS
![]() |
/**
|
||
|
* The .bartik.css file is intended to contain styles that override declarations
|
||
|
* in the Bartik theme.
|
||
|
*/
|
||
|
|
||
|
/* @group Lists */
|
||
|
|
||
|
.views-display-top .secondary .action-list {
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
|
||
|
/* @end */
|