mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-05-13 01:34:05 +02:00
21 lines
433 B
CSS
21 lines
433 B
CSS
/**
|
|
* Add your custom styles here
|
|
*/
|
|
#app-content .custom-heise-de .body p > span:first-child {
|
|
display: inline-block;
|
|
float: left;
|
|
margin-right: 10px;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
#app-content .custom-slashdot-org .body div > i {
|
|
display: block;
|
|
border-left: 1px solid rgb(210, 210, 210);
|
|
margin: 25px 0;
|
|
padding: 0 0 0 15px;
|
|
}
|
|
|
|
#app-content .custom-sueddeutsche-de .body img {
|
|
float: none !important;
|
|
}
|