Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
added BlueCloth gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Jan 12, 2009
1 parent 30d94de commit be5bcd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/environment.rb
Expand Up @@ -46,6 +46,7 @@
:source => 'http://gems.github.com'

config.gem 'rubyist-aasm', :version => '~> 2.0.2', :lib => 'aasm', :source => "http://gems.github.com"
config.gem 'BlueCloth', :lib => 'bluecloth'

# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
Expand Down
17 changes: 12 additions & 5 deletions public/themes/knewter/stylesheets/base.css
Expand Up @@ -18,6 +18,7 @@ body{
font-size: 300%;
line-height: 100%;
margin-top: .25em;
margin-bottom: 0;
}
#navigation{
width: 850px;
Expand Down Expand Up @@ -76,12 +77,8 @@ body{
.blog_post{
margin-bottom: 40px;
}
.blog_post p{
margin-bottom: 10px;
}
.blog_post h2{
color: black;
font-size: 150%;
margin-bottom: 0;
}
.blog_post h3.supplemental{
font-size: 75%;
Expand All @@ -92,3 +89,13 @@ body{
li{
list-style-type: square;
}

h1{ font-size: 200%; margin-bottom: 1em; }
h2{
color: black;
font-size: 150%;
margin-bottom: .75em;
}
h3, h4, h5{ font-size: 125%; margin-bottom: .5em; }
p{ margin-bottom: 10px; }
blockquote{ padding: 10px 20px; }

0 comments on commit be5bcd5

Please sign in to comment.