Skip to content

Commit 268a160

Browse files
committed
Remove bitdeli, added gitter
1 parent 996d903 commit 268a160

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CSS Element Queries
22
===================
33

4+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marcj/css-element-queries?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
5+
46
Element Queries is a polyfill adding support for element based media-queries to all new browsers (incl. IE7+).
57
It allows not only to define media-queries based on window-size but also adds 'media-queries' functionality depending on element (any selector supported)
68
size while not causing performance lags due to event based implementation.
@@ -64,9 +66,6 @@ Issues
6466

6567
- So far does not work on `img` and other elements that can't contain other elements. Wrapping with a `div` works fine though (See demo).
6668
- Adds additional hidden elements into selected target element and forces target element to be relative or absolute.
67-
68-
69-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/marcj/css-element-queries/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
7069

7170

7271
License

0 commit comments

Comments
 (0)