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