File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- /* LE BOILERPLATE, Nicolas Gallaghers 2011-06-24T08:20 UTC · http://github.com/necolas/le-boilerplate */
1
+ /* LE BOILERPLATE, Nicolas Gallagher 2011-07-15T17:39 UTC · http://github.com/necolas/le-boilerplate */
2
2
3
3
/*
4
4
* ALL MEDIA
@@ -72,7 +72,7 @@ button,
72
72
input ,
73
73
select ,
74
74
textarea {
75
- font-family : sans-serif;
75
+ font-family : arial , sans-serif;
76
76
color : # 222 ;
77
77
}
78
78
404
404
}
405
405
406
406
407
- /* ============================================================================= CLEARFIX */
407
+ /* ============================================================================= HELPER CLASSES */
408
+
409
+ /* ............................................................................. Clearfix */
408
410
409
411
/*
410
412
* Clear an element's floated children using generated content
@@ -425,6 +427,17 @@ td {
425
427
clear : both;
426
428
}
427
429
430
+ /* ............................................................................. Hidden */
431
+
432
+ /*
433
+ * Hide visually and for screenreaders
434
+ */
435
+
436
+ .hidden {
437
+ display : none !important ;
438
+ visibility : hidden !important ;
439
+ }
440
+
428
441
429
442
/* ============================================================================= COMPONENTS */
430
443
You can’t perform that action at this time.
0 commit comments