1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Nextcloud-News/css/custom.css
2019-03-12 19:21:50 +01:00

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;
}