mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-11 03:35:12 -05:00
Merge pull request #35 from smt/pull-request-1
Updated Gemfile.lock and some deprecated Compass mixin args
This commit is contained in:
commit
ed17a8a927
@ -69,7 +69,7 @@ aside[role=sidebar] a {
|
||||
@include link-colors($sidebar-link-color, $hover: $sidebar-link-color-hover, $focus: $sidebar-link-color-hover, $active: $sidebar-link-color-active);
|
||||
}
|
||||
a {
|
||||
@include transition(color, .3s);
|
||||
@include transition(color .3s);
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -108,7 +108,7 @@ article + article {
|
||||
text-decoration: none;
|
||||
color: mix($text-color, $text-color-light);
|
||||
@extend .serif;
|
||||
@include transition(background-color, .5s);
|
||||
@include transition(background-color .5s);
|
||||
&:hover {
|
||||
background: $link-color-hover;
|
||||
text-shadow: none;
|
||||
|
@ -34,7 +34,7 @@ aside[role=sidebar] {
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
@include transition(color, .5s);
|
||||
@include transition(color .5s);
|
||||
}
|
||||
&:hover a {
|
||||
color: $sidebar-link-color;
|
||||
|
20
Gemfile.lock
20
Gemfile.lock
@ -2,31 +2,37 @@ GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.2.7)
|
||||
albino (1.3.3)
|
||||
posix-spawn (>= 0.3.6)
|
||||
chunky_png (1.2.0)
|
||||
classifier (1.3.3)
|
||||
fast-stemmer (>= 1.0.0)
|
||||
compass (0.11.3)
|
||||
compass (0.11.5)
|
||||
chunky_png (~> 1.2)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
directory_watcher (1.4.0)
|
||||
fast-stemmer (1.0.0)
|
||||
fssm (0.2.7)
|
||||
haml (3.1.1)
|
||||
jekyll (0.10.0)
|
||||
haml (3.1.2)
|
||||
jekyll (0.11.0)
|
||||
albino (>= 1.3.2)
|
||||
classifier (>= 1.3.1)
|
||||
directory_watcher (>= 1.1.1)
|
||||
kramdown (>= 0.13.2)
|
||||
liquid (>= 1.9.0)
|
||||
maruku (>= 0.5.9)
|
||||
kramdown (0.13.3)
|
||||
liquid (2.2.2)
|
||||
maruku (0.6.0)
|
||||
syntax (>= 1.0.0)
|
||||
rack (1.3.0)
|
||||
rake (0.9.0)
|
||||
rb-fsevent (0.4.0)
|
||||
posix-spawn (0.3.6)
|
||||
rack (1.3.1)
|
||||
rake (0.9.2)
|
||||
rb-fsevent (0.4.1)
|
||||
rdiscount (1.6.8)
|
||||
rubypants (0.2.0)
|
||||
sass (3.1.2)
|
||||
sass (3.1.4)
|
||||
syntax (1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
|
Loading…
Reference in New Issue
Block a user