11 lines
136 B
CSS
11 lines
136 B
CSS
/**
|
|
* @file
|
|
* Feed icon styles for Bartik.
|
|
*/
|
|
|
|
.feed-icon {
|
|
border-bottom: none;
|
|
display: inline-block;
|
|
padding: 15px 0 0 0;
|
|
}
|