Merge pull request #813 from bootstraponline/update_template_css

Update template.css to match github
This commit is contained in:
bootstraponline
2014-03-14 22:20:08 -04:00
4 changed files with 19 additions and 14 deletions
+1
View File
@@ -5,3 +5,4 @@ pkg
Gemfile.lock
*.gem
*.swp
.*
+5
View File
@@ -128,6 +128,11 @@ task :build => :gemspec do
sh "mv #{gem_file} pkg"
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'
task :gemspec => :validate do
# read spec file and split out manifest section
+1 -1
View File
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'gollum'
s.version = '2.7.0'
s.date = '2014-02-20'
s.date = '2014-03-14'
s.rubyforge_project = 'gollum'
s.license = 'MIT'
+12 -13
View File
@@ -13,7 +13,7 @@ html, body {
}
body {
font: 13.34px helvetica,arial,freesans,clean,sans-serif;
font: 13px Helvetica, arial, freesans, clean, sans-serif;
line-height: 1.4;
}
@@ -36,8 +36,8 @@ a.absent {
}
.markdown-body {
font-size: 14px;
line-height: 1.6;
font-size: 15px;
line-height: 1.7;
}
.markdown-body>*:first-child {
margin-top: 0!important;
@@ -126,8 +126,7 @@ a.absent {
.markdown-body table,
.markdown-body pre,
.markdown-body hr {
margin: 0px 0;
margin-bottom: 15px;
margin: 15px 0;
}
.markdown-body li {
margin: 0px;
@@ -173,14 +172,6 @@ a.absent {
.markdown-body ol {
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 {
padding: 0;
}
@@ -330,6 +321,14 @@ a.absent {
margin: 13px auto 0;
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 tt {
margin: 0 2px;