appcss 0.0.7 → 0.0.8
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/appcss/app.css +5 -2
- data/appcss-0.0.6.gem +0 -0
- data/appcss-0.0.7.gem +0 -0
- data/lib/appcss/version.rb +1 -1
- data/makefile +7 -0
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e93a9a1a0ebde2c4c307b04b06dc463def3c4ce
|
|
4
|
+
data.tar.gz: 84796b4b2b69ada26a21d558e0cc48d571cbb66e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 691bc08b562a3611cd50d8d4b726f3a49fd94f195200aee8ea42c1e110b1d60889160fc21879227428e3a173acce8b141fed7d5c4beb085874abb58e7ff60d94
|
|
7
|
+
data.tar.gz: 4a789ac28ac44d1d2a56c1815b5aaf32a00eb6c850f04076e3b98f9434058dc1917509d4324c65c8e85e5b3babd5bf5aefc82402ab195ae5c87d9cdd9c6b5bc7
|
|
@@ -488,7 +488,8 @@ html, body {
|
|
|
488
488
|
font-weight: normal;
|
|
489
489
|
margin: 0;
|
|
490
490
|
margin-bottom: 7px;
|
|
491
|
-
padding: 5px 15px;
|
|
491
|
+
padding: 5px 15px;
|
|
492
|
+
position: relative; }
|
|
492
493
|
.acss-sidebar a {
|
|
493
494
|
color: white; }
|
|
494
495
|
@media screen and (min-width: 960px) {
|
|
@@ -559,7 +560,9 @@ html, body {
|
|
|
559
560
|
color: #333333;
|
|
560
561
|
text-shadow: none;
|
|
561
562
|
border-radius: 3px;
|
|
562
|
-
z-index: 999;
|
|
563
|
+
z-index: 999;
|
|
564
|
+
font-size: 0.75rem;
|
|
565
|
+
font-weight: bold; }
|
|
563
566
|
.acss-sidebar .tools span:hover {
|
|
564
567
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3); }
|
|
565
568
|
.acss-sidebar .tools span:hover .tooltip {
|
data/appcss-0.0.6.gem
ADDED
|
Binary file
|
data/appcss-0.0.7.gem
ADDED
|
Binary file
|
data/lib/appcss/version.rb
CHANGED
data/makefile
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appcss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Kochanowicz
|
|
@@ -57,9 +57,12 @@ files:
|
|
|
57
57
|
- appcss-0.0.3.gem
|
|
58
58
|
- appcss-0.0.4.gem
|
|
59
59
|
- appcss-0.0.5.gem
|
|
60
|
+
- appcss-0.0.6.gem
|
|
61
|
+
- appcss-0.0.7.gem
|
|
60
62
|
- appcss.gemspec
|
|
61
63
|
- lib/appcss.rb
|
|
62
64
|
- lib/appcss/version.rb
|
|
65
|
+
- makefile
|
|
63
66
|
homepage: ''
|
|
64
67
|
licenses:
|
|
65
68
|
- MIT
|