Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Remove IE CSS hacks #148

Merged
merged 3 commits into from
Nov 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kdf",
"version": "0.1.19",
"version": "0.1.20",
"description": "KD: a non-document focused UI Framework for web applications.",
"main": "gulpfile.js",
"scripts": {
Expand Down Expand Up @@ -46,6 +46,7 @@
"gulp-karma": "0.0.4",
"gulp-livereload": "^2.1.1",
"gulp-markdox": "^0.1.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
Expand Down
11 changes: 0 additions & 11 deletions src/themes/helpers.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}

.ir:before {
Expand Down Expand Up @@ -91,15 +89,6 @@
clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
*zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Expand Down