Spaces in /source

This commit is contained in:
Oliver Davies 2015-06-06 17:21:24 +01:00
parent 45c8708a5f
commit 6e9dd34d0f
121 changed files with 1051 additions and 1051 deletions

View file

@ -2,9 +2,9 @@ source 'https://rubygems.org'
group :development do
gem "sass"
gem "sass-globbing"
gem "bootstrap-sass"
gem "compass"
gem "sass"
gem "sass-globbing"
gem "bootstrap-sass"
gem "compass"
end

View file

@ -1,41 +1,41 @@
GEM
remote: https://rubygems.org/
specs:
autoprefixer-rails (5.1.8)
execjs
json
bootstrap-sass (3.3.4.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
chunky_png (1.3.4)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
execjs (2.4.0)
ffi (1.9.8)
json (1.8.2)
multi_json (1.11.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.13)
sass-globbing (1.1.1)
sass (>= 3.1)
remote: https://rubygems.org/
specs:
autoprefixer-rails (5.1.8)
execjs
json
bootstrap-sass (3.3.4.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
chunky_png (1.3.4)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
execjs (2.4.0)
ffi (1.9.8)
json (1.8.2)
multi_json (1.11.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.13)
sass-globbing (1.1.1)
sass (>= 3.1)
PLATFORMS
ruby
ruby
DEPENDENCIES
bootstrap-sass
compass
sass
sass-globbing
bootstrap-sass
compass
sass
sass-globbing

View file

@ -1,3 +1,3 @@
body {
padding-top: 60px;
padding-top: 60px;
}

View file

@ -1,11 +1,11 @@
dt {
margin-top: .5em;
margin-top: .5em;
&:after {
content: ':';
}
&:after {
content: ':';
}
}
dd {
padding-left: 2em;
padding-left: 2em;
}

View file

@ -1,3 +1,3 @@
table {
width: 100%;
width: 100%;
}

View file

@ -1,8 +1,8 @@
.about-author {
@include clearfix;
@include clearfix;
img {
float: left;
margin: 0 1em 1em 0;
}
img {
float: left;
margin: 0 1em 1em 0;
}
}

View file

@ -1,5 +1,5 @@
.copyright {
border-top: 1px solid #CCC;
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #CCC;
margin-top: 1em;
padding-top: 1em;
}

View file

@ -1,6 +1,6 @@
.latest-posts {
li.active a {
color: $dark-gray;
font-weight: $semibold;
}
li.active a {
color: $dark-gray;
font-weight: $semibold;
}
}

View file

@ -1,5 +1,5 @@
.block--drupalcon_la {
img {
margin-bottom: .5em;
}
img {
margin-bottom: .5em;
}
}