raphaelgoettter
|
8e038c2210
|
meilleure intégration de box-sizing
/* switching to border-box model for all elements */
html {
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
|
2015-03-04 14:58:29 +01:00 |
|
raphaelgoettter
|
d31bf5cc7d
|
body > script
déplacement et commentaire sur cette rège spécifique
|
2015-03-04 14:49:50 +01:00 |
|
raphaelgoettter
|
5e6b31f849
|
Mise en commun des styles h1 et .h1-like
(idem pour h2, h3, etc.)
|
2015-03-04 14:43:27 +01:00 |
|
raphaelgoettter
|
55709a882d
|
Ménage de printemps
Gros nettoyage de tous les espaces et tabulations disgrâcieux
|
2015-03-04 11:47:46 +01:00 |
|
raphaelgoettter
|
1b9e0bf9f5
|
helpers classes now on a separate file
|
2014-10-20 17:59:59 +02:00 |
|
raphaelgoettter
|
43a2ddd2e3
|
booleans variables deleted
not needed actually : just @ import (or not) the file(s)
|
2014-10-20 17:42:52 +02:00 |
|
raphaelgoettter
|
f4a167605f
|
v3.0.9
|
2014-09-12 09:40:29 +02:00 |
|
raphaelgoettter
|
7235eaa54a
|
spacers units fixed, RWD .medium added, .clearfix border-collapse
|
2014-08-22 09:34:59 +02:00 |
|
raphaelgoettter
|
0688709cea
|
Spacing helpers in rem unit
|
2014-08-21 17:26:34 +02:00 |
|
raphaelgoettter
|
37d96bcd78
|
3.06 grids and autogrids RWD fixes
|
2014-08-19 13:19:37 +02:00 |
|
raphaelgoettter
|
2a6d197685
|
blockquote reset
|
2014-07-10 16:06:02 +02:00 |
|
raphaelgoettter
|
6bfac25fed
|
3.0.5 blockquotes styling and figure tag reset
|
2014-07-10 16:00:29 +02:00 |
|
raphaelgoettter
|
5f6250ae52
|
variables naming convention
|
2014-07-02 16:12:58 +02:00 |
|
Raphael Goetter
|
17b79d9886
|
.em and .strong redefined as .italic and .bold
|
2014-06-30 21:22:58 +02:00 |
|
Raphael Goetter
|
d5cdb0b690
|
color-link variable added
|
2014-06-30 21:20:07 +02:00 |
|
Raphael Goetter
|
a21d58070c
|
Underscoring partial included files
|
2014-06-30 21:16:22 +02:00 |
|