Skip to content

Commit

Permalink
[HTML+CSS] Cleaned up front end HTML & CSS. Fixes #95.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Apr 4, 2015
1 parent c5c376f commit d1d7776
Show file tree
Hide file tree
Showing 16 changed files with 391 additions and 912 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
[segiddins](https://github.com/segiddins)
[#196](https://github.com/realm/jazzy/issues/196)

* Cleaned up front end HTML & CSS.
[JP Simard](https://github.com/jpsim)
[#95](https://github.com/realm/jazzy/issues/95)

##### Bug Fixes

* None.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

group :development do
# Code style
gem 'rubocop'
gem 'rubocop', '0.26.1'

# Tests
gem 'bacon'
Expand All @@ -15,5 +15,5 @@ group :development do

# Integration tests
gem 'diffy'
gem 'clintegracon'
gem 'clintegracon', '0.5.3'
end
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.6)
addressable (2.3.8)
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
Expand All @@ -30,11 +30,11 @@ GEM
clintegracon (0.5.3)
colored (~> 1.2)
diffy
cocoapods (0.36.1)
cocoapods (0.36.3)
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.36.1)
cocoapods-downloader (~> 0.8.1)
cocoapods-core (= 0.36.3)
cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.1)
cocoapods-trunk (~> 0.6.0)
cocoapods-try (~> 0.4.3)
Expand All @@ -44,12 +44,12 @@ GEM
nap (~> 0.8)
open4 (~> 1.3)
xcodeproj (~> 0.23.1)
cocoapods-core (0.36.1)
cocoapods-core (0.36.3)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
cocoapods-downloader (0.8.1)
cocoapods-plugins (0.4.1)
cocoapods-downloader (0.9.0)
cocoapods-plugins (0.4.2)
nap
cocoapods-trunk (0.6.0)
nap (>= 0.8)
Expand All @@ -70,21 +70,20 @@ GEM
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
molinillo (0.2.2)
molinillo (0.2.3)
mustache (0.99.8)
nap (0.8.0)
netrc (0.7.8)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
open4 (1.3.4)
parser (2.2.0.pre.5)
parser (2.2.0.3)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
prettybacon (0.0.2)
bacon (~> 1.2)
rainbow (2.0.0)
rake (10.3.2)
rake (10.4.2)
redcarpet (3.2.2)
rouge (1.8.0)
rubocop (0.26.1)
Expand All @@ -93,15 +92,14 @@ GEM
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.6.0)
ruby-progressbar (1.7.5)
safe_yaml (1.0.4)
sass (3.4.13)
slop (3.6.0)
sqlite3 (1.3.10)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
webmock (1.20.0)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
xcodeproj (0.23.1)
Expand All @@ -114,12 +112,12 @@ PLATFORMS
DEPENDENCIES
bacon
bundler (~> 1.7)
clintegracon
clintegracon (= 0.5.3)
diffy
jazzy!
mocha
mocha-on-bacon
prettybacon
rake (~> 10.3)
rubocop
rubocop (= 0.26.1)
webmock
Loading

0 comments on commit d1d7776

Please sign in to comment.