appcss 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be37415998049b0bb9884588a6ad1cda51c767b6
4
- data.tar.gz: d2b811b46e5a0e54d932cf2da2d05b4d6f329835
3
+ metadata.gz: 4e93a9a1a0ebde2c4c307b04b06dc463def3c4ce
4
+ data.tar.gz: 84796b4b2b69ada26a21d558e0cc48d571cbb66e
5
5
  SHA512:
6
- metadata.gz: 13676ed0e157ad2a8bcd698036a2a83155be38dac813106c0470bb403c751dc664c30d78a92fa73a60c54c83b6d32370da91cba06e348b93fa290d5775c8e52b
7
- data.tar.gz: 729566feceb846d9c040bfe2b034ade1b3eef4bee809cd8c71d95f496451c12e971660ea4099c007aeb00ebf0f4c3f0799b85c173df785715dd5328e32e69fb3
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
@@ -1,3 +1,3 @@
1
1
  module Appcss
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/makefile ADDED
@@ -0,0 +1,7 @@
1
+ build:
2
+ @gulp build
3
+ @cp ../public/css/app.css app/assets/stylesheets/appcss/
4
+ @vim lib/appcss/version.rb
5
+
6
+ finish:
7
+ @gem build appcss.gemspec
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.7
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