alexcabrera-graphpaper 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/graphpaper.gemspec +1 -1
- data/stylesheets/graphpaper/modules/_grid.sass +3 -7
- metadata +1 -1
data/VERSION.yml
CHANGED
data/graphpaper.gemspec
CHANGED
|
@@ -9,13 +9,9 @@
|
|
|
9
9
|
// public-facing mixins.
|
|
10
10
|
//
|
|
11
11
|
// This library is, admittedly, not as well tested as Blueprint; but should
|
|
12
|
-
// work just fine under modern browsers.
|
|
13
|
-
//
|
|
14
|
-
//
|
|
15
|
-
// deems it neccessary to further tarnish themselves with developers until
|
|
16
|
-
// there's nobody left to develop for their shitty platform.
|
|
17
|
-
//
|
|
18
|
-
// - Alex Cabrera, 08-JUL-2009
|
|
12
|
+
// work just fine under modern browsers. For browsers that don't implement
|
|
13
|
+
// the :last-child pseudo-selector (:cough: IE :cough:), mix +last
|
|
14
|
+
// into the last element in a container in your IE stylesheet.
|
|
19
15
|
//
|
|
20
16
|
// ----------------------------------------------------------------------------------------------------------------
|
|
21
17
|
|