Commit Graph

118 Commits

Author SHA1 Message Date
raphaelgoettter
96d5b2e5f8 réorganisation des fichiers
- le fichier dédié "IE" disparait
- le fichier "booleans" devient "misc" (plus cohérent)
- le fichier "gmaps" est inclus dans "booleans"
2015-03-04 15:37:11 +01:00
raphaelgoettter
51ef45846b suppression des mixins less et sass inutiles
.rem(), .em() et .px() (si compatibilité anciens navigateurs
nécessaires, il faudra désormais passer par des task runners pour
convertir les rem en em/px)
2015-03-04 15:23:56 +01:00
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
71f341f3e0 Breakpoints changed (.tiny becomes larger... thanks to iPhone 6 :)) 2014-09-12 09:36:09 +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
5290e4a908 comment added 2014-06-30 21:18:21 +02:00
Raphael Goetter
a21d58070c Underscoring partial included files 2014-06-30 21:16:22 +02:00
PhilippeVay
3f9c557d46 Consistency: semi-colon everywhere 2014-06-28 13:00:41 +02:00
PhilippeVay
d72f279467 More explicit comments 2014-06-28 12:59:02 +02:00
PhilippeVay
9b8b1f45ec Error in comment: s/small/medium 2014-06-28 10:14:22 +02:00
Raphael Goetter
3fa53f9083 Minor IE6 IE7 fixes 2014-05-21 18:42:47 +02:00
Raphael Goetter
f82e954fd5 .rem() LESS mixin bug fixed 2014-05-21 17:45:26 +02:00
Raphael Goetter
2f6ec365e7 new styles for .skip-links 2014-05-19 10:55:20 +02:00
Raphael Goetter
dd856d6755 IE font-size fixing 2014-05-19 10:55:20 +02:00
Raphael Goetter
37e6e30cdd IE9+ fix for grids and autogrids 2014-05-09 10:54:30 +02:00
Raphael Goetter
7c7801c2f4 box-sizing for IE6/IE7 2014-05-07 21:32:09 +02:00
Raphael Goetter
56c501f9f1 LESS v3.0.2 2014-05-07 10:47:04 +02:00
Raphael Goetter
01633e9d9e General normalization on LESS files 2014-05-07 10:45:47 +02:00
Raphael Goetter
5e1e4f9eb5 variable fix 2014-05-07 09:58:28 +02:00
Raphael Goetter
1f911f3936 variable naming fix 2014-05-07 09:55:55 +02:00
Raphael Goetter
2d50f65965 delete .zip 2014-05-04 15:53:32 +02:00
Raphael Goetter
d0add0508c new names for variables 2014-05-04 15:30:21 +02:00
Raphael Goetter
d283e11395 added "enable-" to booleans 2014-05-04 14:54:52 +02:00
Raphael Goetter
0bc6e58e2e grid fix 2014-05-03 14:56:09 +02:00
Raphael Goetter
5c1fe3e5a5 fix 2014-05-03 14:49:30 +02:00
Raphael Goetter
38be7212d0 retouches finales 2014-05-03 14:38:58 +02:00
Raphael Goetter
28a6ad32f1 separate IE support on forms 2014-05-03 14:23:39 +02:00
Raphael Goetter
504dc59501 rem support for IE 2014-05-03 14:20:00 +02:00
Raphael Goetter
df5315b05e adding comms 2014-05-03 14:03:41 +02:00
Raphael Goetter
a54c4a7642 reset 2014-05-03 13:50:05 +02:00
Raphael Goetter
60e20fa973 reset 2014-05-03 13:11:11 +02:00
Raphael Goetter
49905c90ae added .initial and .reset styles 2014-05-03 12:47:16 +02:00
Raphael Goetter
040643bb25 figure element fixed 2014-05-03 12:42:09 +02:00
Raphael Goetter
5fbfa64a19 em / rem fixing 2014-05-03 12:38:15 +02:00
Raphael Goetter
03f6bb2263 misc 2014-05-03 12:27:25 +02:00
Raphael Goetter
788ceb099b rem mixin correction 2014-05-03 12:25:11 +02:00
Raphael Goetter
07c0289467 rem mixin update 2014-05-03 11:49:54 +02:00
Raphael Goetter
ecfcd3a818 mentions and version update 2014-05-03 11:48:25 +02:00