1/* Default */
2p.miniblog_info {
3    color: __text_neu__;
4    margin: 0.2em 0 0.4em;
5}
6
7/* Twenty Fifteen*/
8.mode_show.home #twentyfifteen__entry,
9.mode_show.home #twentyfifteen__entry-content {
10    margin-right: 0 !important;
11    margin-bottom: 0 !important;
12    padding: 0 !important;
13    border: 0 !important;
14    box-shadow: none !important;
15}
16
17.mode_show.home #twentyfifteen__entry {
18    background-color: @ini_background_site;
19    margin-left: 1px !important;
20}
21
22.mode_show.home #twentyfifteen__entry-content {
23    margin-top: 0 !important;
24    margin-left: 0 !important;
25}
26