Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable

This commit is contained in:
Jacques Crocker 2010-07-23 13:09:54 -07:00
parent baf5b87a7d
commit a09329c030
146 changed files with 1385 additions and 1385 deletions

View File

@ -6,10 +6,10 @@ module Locomotive
def render(context)
%{
<link href="/stylesheets/admin/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/stylesheets/admin/blueprint/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/stylesheets/admin/blueprint/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<link href="/stylesheets/admin/blueprint/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="/stylesheets/admin/blueprint/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
}
end