groundworkcss 0.4.2 → 0.4.3
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
span.placeholder{position:absolute;font-size:75%;color:#999;font-family:sans-serif;padding:4px 3px;z-index:1;cursor:text}span.placeholder-hide-except-screenreader{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}span.placeholder-hide{display:none}label.visuallyhidden-with-placeholder{height:auto!important;overflow:visible!important;position:absolute!important;left:-999em}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: groundworkcss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-08-
|
|
15
|
+
date: 2013-08-14 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: compass-rails
|
|
@@ -388,6 +388,7 @@ files:
|
|
|
388
388
|
- app/assets/stylesheets/groundworkcss/icons/font-awesome/_icons.scss
|
|
389
389
|
- app/assets/stylesheets/groundworkcss/icons/font-awesome/_path.scss
|
|
390
390
|
- app/assets/stylesheets/groundworkcss/icons/font-awesome/_variables.scss
|
|
391
|
+
- app/assets/stylesheets/groundworkcss/libs/placeholder_polyfill.css
|
|
391
392
|
- app/assets/stylesheets/groundworkcss/nav/_all-nav.scss
|
|
392
393
|
- app/assets/stylesheets/groundworkcss/nav/_buttons.scss
|
|
393
394
|
- app/assets/stylesheets/groundworkcss/nav/_navigation.scss
|