public
Description: Starter Kit for developers using Ruby on Rails to quickly get a blog up & running and then add features.
Homepage: http://www.faithfulgeek.org
Clone URL: git://github.com/faithfulgeek/blog-starter-kit.git
Fixed "glasses" image to be positioned correctly
Joe Fiorini (author)
Wed Apr 30 22:33:19 -0700 2008
commit  1d09874ed98d55d270c5e4de833c15af68bd3e96
tree    26feaaeb09394f308f0de688c993e33d92a60e97
parent  7852053313cba3c4993c3cdacf352a3548fe6552
...
189
190
191
192
193
 
 
 
194
195
196
...
189
190
191
 
 
192
193
194
195
196
197
0
@@ -189,8 +189,9 @@ div.comment-form p textarea
0
 
0
 #header img
0
 {
0
- float:right;
0
- margin-right:15px;
0
+ position: absolute;
0
+ right: 15px;
0
+ top: 63px;
0
 }
0
 
0
 .module

Comments

    No one has commented yet.