Update template.css to match github
This commit is contained in:
@@ -5,3 +5,4 @@ pkg
|
|||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
*.gem
|
*.gem
|
||||||
*.swp
|
*.swp
|
||||||
|
.*
|
||||||
|
|||||||
@@ -128,6 +128,11 @@ task :build => :gemspec do
|
|||||||
sh "mv #{gem_file} pkg"
|
sh "mv #{gem_file} pkg"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Build and install"
|
||||||
|
task :install => :build do
|
||||||
|
sh "gem install --local --no-ri --no-rdoc pkg/#{name}-#{version}.gem"
|
||||||
|
end
|
||||||
|
|
||||||
desc 'Update gemspec'
|
desc 'Update gemspec'
|
||||||
task :gemspec => :validate do
|
task :gemspec => :validate do
|
||||||
# read spec file and split out manifest section
|
# read spec file and split out manifest section
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|||||||
|
|
||||||
s.name = 'gollum'
|
s.name = 'gollum'
|
||||||
s.version = '2.7.0'
|
s.version = '2.7.0'
|
||||||
s.date = '2014-02-20'
|
s.date = '2014-03-14'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 13.34px helvetica,arial,freesans,clean,sans-serif;
|
font: 13px Helvetica, arial, freesans, clean, sans-serif;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,8 +36,8 @@ a.absent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
line-height: 1.6;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
.markdown-body>*:first-child {
|
.markdown-body>*:first-child {
|
||||||
margin-top: 0!important;
|
margin-top: 0!important;
|
||||||
@@ -126,8 +126,7 @@ a.absent {
|
|||||||
.markdown-body table,
|
.markdown-body table,
|
||||||
.markdown-body pre,
|
.markdown-body pre,
|
||||||
.markdown-body hr {
|
.markdown-body hr {
|
||||||
margin: 0px 0;
|
margin: 15px 0;
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
.markdown-body li {
|
.markdown-body li {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@@ -173,14 +172,6 @@ a.absent {
|
|||||||
.markdown-body ol {
|
.markdown-body ol {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
.markdown-body ul li>:first-child,
|
|
||||||
.markdown-body ol li>:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.markdown-body ul li>:last-child,
|
|
||||||
.markdown-body ol li>:last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.markdown-body dl {
|
.markdown-body dl {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@@ -330,6 +321,14 @@ a.absent {
|
|||||||
margin: 13px auto 0;
|
margin: 13px auto 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body code,
|
||||||
|
.markdown-body pre,
|
||||||
|
.markdown-body tt {
|
||||||
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown-body code,
|
.markdown-body code,
|
||||||
.markdown-body tt {
|
.markdown-body tt {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user