- Changed pseudo-element selector syntax, i.e.
:before
to::before
- Added
text-decoration: none
to all elements (previously onlya
) - Added
vertical-align: middle
toimg
- Added
text-align: left
to table elements
- Removed
::placeholder
prefixes - Removed the grid
- Changed link color from
#000
tocurrentColor
- Changed the display of input elements
- Removed all borders
- Fixed specificity issues with input reset
- Changed
font-weight
andfont-style
toinherit
instead ofnormal
- Added a system font stack
- Added ability to float a row
- Added comments
- Changed to the universal selector (*) instead of listing on main rule
- Changed max-width helper classes to apply only to rows (tighter scope)
- Changed the
.col
styling to default to.xs-12
- Changed placeholder text color from
#777
to#7f7f7f
- Changed organization and formatting
- Removed rule forcing
table
to be 100% width - Removed
:focus
reset
- Changed placeholder text color format from rgba to hex
- Removed
:active
selector froma
rule - Removed
[type='datetime']
rule
- core.css