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
Added font style/weight for em, strong
reset.css had made them normal style/weight (!)
Michael Hartl (author)
Sat Apr 26 11:22:36 -0700 2008
commit  dad6d43681595e18bdeb1e56be9607a0ae068da8
tree    2877720546156afb9cc24dc3979e8bea4aa5fc9f
parent  65f3f9a24e1543009a07bcf4b423a10457933fc6
...
304
305
306
 
 
 
307
308
309
...
304
305
306
307
308
309
310
311
312
0
@@ -304,6 +304,9 @@ caption { background: #eee; }
0
 /* Misc classes
0
 -------------------------------------------------------------- */
0
 
0
+em { font-style: italic;}
0
+strong { font-weight: bold; }
0
+
0
 .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
0
 .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
0
 .hide { display: none; }

Comments

    No one has commented yet.