Julian Thilo
fea69df80c
Fix responsive utilities for table elements
...
This change prevents situations where specificity causes some rules to
be overridden by the ones intended for mobile.
* Added mixin `responsive-invisibility()`
* Swapped out `display: none !important;` for new mixin
2013-07-01 21:13:57 +02:00
Mark Otto
cb483b6758
Add parens so sublime picks up on syntax highlighting
2013-06-27 18:45:08 -07:00
Mark Otto
c9ccbd2cf0
Fixes #8329 : add !important
to .hidden
2013-06-27 18:43:29 -07:00
Mark Otto
327a951ca3
Move mixin to mixins.less
2013-06-25 13:32:21 -07:00
Chris Rebert
83c4073ec7
refactor responsive-utilities slightly
2013-06-25 12:23:56 -07:00
Mark Otto
546d40a143
Add support for tr
, th
, and td
to responsive utilities
2013-06-18 19:16:50 -07:00
Mark Otto
e5d6a40a77
Redo the responsive utilities stuff
...
* Update docs language
* Enforce display: block; on all utilities for now
* Fix up docs CSS for the tests
2013-05-16 19:13:58 -07:00
Mark Otto
dd7bb71554
spacing
2013-05-12 21:00:37 -07:00
Vinay Raghu
5e13f57870
Changed Screen Notations on responsive-utilities.less and recompiled the stylesheet
2013-05-11 19:28:59 +05:30
Mark Otto
2ffa0e4409
Add maximum bounds variables for so our responsive utilities don't overlap
2013-04-27 11:55:45 -07:00
Kevin
9ce7f22e99
Adding media queries breakpoints variables
2013-04-27 18:47:47 +02:00
Stephen Edgar
7ebfc17028
'less' folder .editorconfig code guide updates
2013-04-23 17:30:22 +10:00
Mark Otto
af63a4405d
typo
2013-04-21 18:25:49 -07:00
Mark Otto
30d6e0530e
Fixes #7577 : Attempt to fix, at least, issues with Windows Phone 8 and responsive not kicking in correctly
2013-04-21 14:50:44 -07:00
Mark Otto
510c9a6ad8
First pass at updated responsive utilities to be mobile-first. Pulled from #7490 by @apotropaic
2013-04-20 12:33:09 -07:00
Mark Otto
0fe9148b91
Fixes #6190 : Add print utility classes
2013-02-05 22:17:28 -08:00
Mark Otto
847b632577
IE10 fix in responsive utilities, not regular utilities
2012-12-10 10:29:16 -08:00
Roberto - phproberto
83846ba0d6
Fixes #4002 responsive utilities classes
2012-07-10 08:12:16 +02:00
Mark Otto
cd2d82150c
standardize top level file comments
2012-06-28 21:46:45 -07:00
Mark Otto
94a3d4eb14
reorder media queries
2012-06-25 16:25:50 -07:00
Mark Otto
a7b8e52f8e
Overhaul the responsive utility classes:
...
1. Rename file from responsive-utility-classes.less to responsive-utilities.less
2. Add additional help text around the documentation for the classes in Scaffolding
3. Remove unnecessary display values on initial classes
4. Drop block values for inherit for better support on inline and table elements
5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid)
2012-03-25 01:12:51 -07:00