zen-grids
Version:
Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.
18 lines (15 loc) • 317 B
CSS
.test {
padding-left: 10px;
padding-right: 10px; }
.test2 {
padding-left: 10px;
padding-right: 11px; }
[dir="rtl"] .test2 {
padding-left: 11px;
padding-right: 10px; }
.test3 {
padding-left: 10px;
padding-right: 11px; }
[dir="rtl"] .test3 {
padding-left: 11px;
padding-right: 10px; }