1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-05-16 16:08:22 +03:00

Sideblocks redesign

This commit is contained in:
Alexander Yakovlev 2015-12-20 12:12:56 +07:00
parent 714b8bc4b4
commit c479547e3c

View file

@ -180,21 +180,17 @@ footer{
}
hyphens: auto;
-moz-hyphens: auto;
margin-top: -@font-size-base / 2;
margin-bottom: -@font-size-base / 2;
background-color: lighten(@body-bg, 5%);
padding: 0 @grid-gutter-width;
}
.sideblock_left {
.sideblock();
padding-left: 0;
padding-right: @grid-gutter-width * 2;
}
.sideblock_right {
.sideblock();
&:extend(.f_right);
padding-left: @grid-gutter-width * 2;
padding-right: 0;
}
.tag_content,