TeX and CSS tweaks.

Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
This commit is contained in:
Jacques Distler 2007-02-09 02:04:31 -06:00
parent 0ac586ee25
commit c358389f25
443 changed files with 24218 additions and 9823 deletions

View file

@ -27,9 +27,9 @@ begin
require 'active_record'
rescue LoadError
require 'rubygems'
require_gem 'activesupport', '>= 1.0.2'
require_gem 'actionpack', '>= 1.6.0'
require_gem 'activerecord', '>= 1.9.0'
gem 'activesupport', '>= 1.0.2'
gem 'actionpack', '>= 1.6.0'
gem 'activerecord', '>= 1.9.0'
end
$:.unshift(File.dirname(__FILE__) + "/action_web_service/vendor/")