updates on CSS files too

This commit is contained in:
Raphael Goetter 2014-04-20 19:56:47 +02:00
parent 6a4bb4ef9e
commit 6ee08ce823
4 changed files with 46 additions and 189 deletions

View file

@ -259,7 +259,7 @@ table {
}
/* Google Gmap3 bug fix on images */
:not(.gm-style) img {
height: auto !important;
height: auto;
}
.ie678 .gm-style img {
height: 100%;
@ -456,27 +456,27 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.ma1,
.mas {
margin: 10px;
margin: 1em;
}
.ma2,
.mam {
margin: 20px;
margin: 2em;
}
.ma3,
.mal {
margin: 30px;
margin: 4em;
}
.pa1,
.pas {
padding: 10px;
padding: 1em;
}
.pa2,
.pam {
padding: 20px;
padding: 2em;
}
.pa3,
.pal {
padding: 30px;
padding: 4em;
}
.mt0,
.mtn {
@ -484,15 +484,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.mt1,
.mts {
margin-top: 10px;
margin-top: 1em;
}
.mt2,
.mtm {
margin-top: 20px;
margin-top: 2em;
}
.mt3,
.mtl {
margin-top: 30px;
margin-top: 4em;
}
.mr0,
.mrn {
@ -500,15 +500,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.mr1,
.mrs {
margin-right: 10px;
margin-right: 1em;
}
.mr2,
.mrm {
margin-right: 20px;
margin-right: 2em;
}
.mr3,
.mrl {
margin-right: 30px;
margin-right: 4em;
}
.mb0,
.mbn {
@ -516,15 +516,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.mb1,
.mbs {
margin-bottom: 10px;
margin-bottom: 1em;
}
.mb2,
.mbm {
margin-bottom: 20px;
margin-bottom: 2em;
}
.mb3,
.mbl {
margin-bottom: 30px;
margin-bottom: 4em;
}
.ml0,
.mln {
@ -532,15 +532,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.ml1,
.mls {
margin-left: 10px;
margin-left: 1em;
}
.ml2,
.mlm {
margin-left: 20px;
margin-left: 2em;
}
.ml3,
.mll {
margin-left: 30px;
margin-left: 4em;
}
.pt0,
.ptn {
@ -548,15 +548,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.pt1,
.pts {
padding-top: 10px;
padding-top: 1em;
}
.pt2,
.ptm {
padding-top: 20px;
padding-top: 2em;
}
.pt3,
.ptl {
padding-top: 30px;
padding-top: 4em;
}
.pr0,
.prn {
@ -564,15 +564,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.pr1,
.prs {
padding-right: 10px;
padding-right: 1em;
}
.pr2,
.prm {
padding-right: 20px;
padding-right: 2em;
}
.pr3,
.prl {
padding-right: 30px;
padding-right: 4em;
}
.pb0,
.pbn {
@ -580,15 +580,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.pb1,
.pbs {
padding-bottom: 10px;
padding-bottom: 1em;
}
.pb2,
.pbm {
padding-bottom: 20px;
padding-bottom: 2em;
}
.pb3,
.pbl {
padding-bottom: 30px;
padding-bottom: 4em;
}
.pl0,
.pln {
@ -596,15 +596,15 @@ source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
}
.pl1,
.pls {
padding-left: 10px;
padding-left: 1em;
}
.pl2,
.plm {
padding-left: 20px;
padding-left: 2em;
}
.pl3,
.pll {
padding-left: 30px;
padding-left: 4em;
}
/* ----------------------------- */
/* == iefix */