Skip to content

Commit

Permalink
Improved a bit stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Sep 18, 2011
1 parent 54bd956 commit 71a4ff8
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/controllers/base.rb
Expand Up @@ -23,7 +23,7 @@
rdoc.gsub!(/#(\d+)/, '{#\1}[https://github.com/padrino/padrino-framework/issues/\1]')
@html = render :rdoc, rdoc
@html.sub!(/^<h2>/, '<h2 style="border-top:none">') # remove border from the first h2
@html.gsub!(/(FIX|NEW)/, '<b class="\1">\1</b>')
@html.gsub!(/(FIX|NEW)/, '<b class="underline">\1</b>')
@html.gsub!(/^/, " "*4) # add four spaces before each line aka haml indentation
render 'base/changes'
end
Expand Down
3 changes: 0 additions & 3 deletions public/javascripts/jquery.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions public/javascripts/padrino.min.2604689846.js

This file was deleted.

0 comments on commit 71a4ff8

Please sign in to comment.