Skip to content

Commit

Permalink
Dump softover 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wikimatze committed Aug 27, 2017
1 parent 3ab2889 commit 0945208
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 27 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.1'

gem 'softcover', '1.2.1'
gem 'softcover', '1.4.3'

39 changes: 21 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.8)
activesupport (4.2.9)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -13,10 +13,10 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
crass (0.2.1)
crass (1.0.2)
curb (0.8.8)
daemons (1.2.4)
eventmachine (1.2.3)
eventmachine (1.2.5)
execjs (2.7.0)
ffi (1.9.18)
i18n (0.7.0)
Expand All @@ -29,13 +29,13 @@ GEM
maruku (0.7.3)
mime-types (1.25.1)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest (5.10.3)
msgpack (0.4.7)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogumbo (1.1.12)
nokogumbo (1.4.13)
nokogiri
polytexnic (1.2.8)
polytexnic (1.3.0)
json (~> 1.8.1)
kramdown (~> 1.5.0)
msgpack (~> 0.4.2)
Expand All @@ -45,28 +45,28 @@ GEM
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rack (1.6.6)
rack (1.6.8)
rack-protection (1.5.3)
rack
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-kqueue (0.2.5)
ffi (>= 0.5.0)
rest-client (1.6.9)
mime-types (~> 1.16)
ruby-progressbar (1.4.2)
sanitize (3.0.4)
crass (~> 0.2.0)
sanitize (4.0.1)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (= 1.1.12)
nokogumbo (~> 1.4.1)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-respond_to (0.9.0)
sinatra (~> 1.3)
softcover (1.2.1)
softcover (1.4.3)
activesupport (~> 4.2.3)
async_sinatra (~> 1.1.0)
coffee-script (~> 2.2.0)
Expand All @@ -77,12 +77,12 @@ GEM
maruku (~> 0.7.1)
msgpack (~> 0.4.2)
nokogiri (~> 1.6.0)
polytexnic (~> 1.2.1)
polytexnic (~> 1.3.0)
pygments.rb (~> 0.6.0)
rb-fsevent (~> 0.9.3)
rest-client (~> 1.6.7)
ruby-progressbar (~> 1.4.2)
sanitize (~> 3.0.3)
sanitize (~> 4.0.1)
sinatra (~> 1.4.4)
sinatra-respond_to (~> 0.9.0)
thin (~> 1.6.1)
Expand All @@ -93,7 +93,7 @@ GEM
rack (~> 1.0)
thor (0.18.1)
thread_safe (0.3.6)
tilt (2.0.7)
tilt (2.0.8)
tzinfo (1.2.3)
thread_safe (~> 0.1)
yajl-ruby (1.2.2)
Expand All @@ -102,7 +102,10 @@ PLATFORMS
ruby

DEPENDENCIES
softcover (= 1.2.1)
softcover (= 1.4.3)

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.14.6
25 changes: 17 additions & 8 deletions html/stylesheets/softcover.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ body #book {
font-weight: bold;
}

#book code.tt {
font-family: Courier, monospace;
color: #070707;
font-size: 100%;
font-weight: normal;
}


#book .number {
margin-right: 1em;
}
Expand Down Expand Up @@ -141,7 +149,7 @@ body #book {
margin-left: 0.3em;
}

#book .codelisting .heading span.filepath {
#book .codelisting .heading code.filepath {
display: block;
margin-left: 0.4em;
margin-top: 0.2em;
Expand All @@ -161,11 +169,16 @@ body #book {

#book .filepath {
font-family: Courier, monospace;
font-size: 80%;
font-size: 100%;
color: #070707;
font-weight: normal;
}

#book .inline_verbatim {
font-family: Courier, monospace;
color: #070707;
font-size: 100%;
font-weight: normal;
}

#book a.ref {
Expand Down Expand Up @@ -212,7 +225,7 @@ body #book {

#book .caption {
font-size: 0.85em;
font-style: italic;
/*font-style: italic;*/
text-align: center;
margin-bottom: 3em;
margin-top: 1em;
Expand Down Expand Up @@ -347,6 +360,7 @@ body #book {
#book a.heading {
color: #000;
text-decoration: none !important;
line-height: 1;
}

#book a:hover.heading {
Expand Down Expand Up @@ -427,10 +441,6 @@ body #book {
color: red;
}

#book .tt {
font-family: Courier, monospace;
}

#book .sc {
font-variant: small-caps;
}
Expand Down Expand Up @@ -467,4 +477,3 @@ body #book {
#book span.intersentencespace {
margin-right: 0.2em;
}

0 comments on commit 0945208

Please sign in to comment.