public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Swapped out CSS
Michael Hartl (author)
Wed Apr 16 17:19:13 -0700 2008
commit  79b812302e926c81ee5f5887bf04c3f6bdf3d131
tree    2767cdd4d3d874ee8012f0337f709233bc6addcb
parent  2e4c5ea0522cdfcae87c9324bfee94a967d9c759
...
3
4
5
6
7
8
9
10
11
12
 
13
14
15
...
3
4
5
 
 
 
 
 
 
 
6
7
8
9
0
@@ -3,13 +3,7 @@
0
 <html xmlns="http://www.w3.org/1999/xhtml">
0
   <head>
0
     <title>insoshi</title>
0
- <%= stylesheet_link_tag "blueprint/screen.css",
0
- :media => "screen, projection" %>
0
- <%= stylesheet_link_tag "blueprint/print.css", :media => "print" %>
0
- <!--[if IE]><%= stylesheet_link_tag "blueprint/ie.css",
0
- :media => "screen, projection" %><![endif]-->
0
- <%= stylesheet_link_tag "application.css" %>
0
- <%= stylesheet_link_tag "menus.css" %>
0
+ <%= stylesheet_link_tag "default" %>
0
     <%- if development? -%>
0
       <style type="text/css">
0
         .with-grid { background: url('/stylesheets/blueprint/src/grid.png'); }

Comments

    No one has commented yet.