public
Description: Plugin for running Ruby in the browser seamlessly from Rails, and display either HTML or vector graphics
Homepage: http://jimmy.schementi.com/silverline
Clone URL: git://github.com/jschementi/silverline.git
removing tab
jschementi (author)
Fri Jul 25 16:47:24 -0700 2008
commit  d6a57b6d45f1fd588978af38c45ca093f2e0268a
tree    5084edf6f7e77ad38d5b47716a041d9403f2c11b
parent  2642bc5b3709565a4037a8d38e7f97b185bbd505
...
24
25
26
27
 
28
29
30
...
63
64
65
66
67
 
...
24
25
26
 
27
28
29
30
...
63
64
65
 
66
67
0
@@ -24,7 +24,7 @@ module Silverline::Essential::Html
0
        retval << %Q(
0
        <style type='text/css'>
0
          #SilverlightControlHost {
0
-           position: absolute;
0
+            position: absolute;
0
          }
0
        </style>
0
        )
0
@@ -63,4 +63,4 @@ private
0
     ::ERB.new(body).result(b)
0
   end
0
 
0
-end
0
\ No newline at end of file
0
+end

Comments