summaryrefslogtreecommitdiffstats
path: root/css/custom.css
blob: 25a124b6dd145a76707ccb884b703a7cd117a878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * 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;
}