Skip to content

Commit

Permalink
Revising quote position.
Browse files Browse the repository at this point in the history
I think it'll be much more make sense if i put it not too far below the
navigation area.
  • Loading branch information
fikrirasyid committed Oct 4, 2011
1 parent 084a739 commit 89bb04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ body {line-height: 1; font-family: Georgia, Helvetica, Arial; font-size:14px;
#pagenavi span.current {font-style:italic; background:none; border:1px solid #efefef;}

/* Random Quote */
#random-quote {display:block; width:200px; position:absolute; top:160px; right:-200px;
#random-quote {display:block; width:200px; position:absolute; top:23px; right:-200px;
line-height:1.6; text-shadow:0 1px 0 #fff; color:#666; font-size:11px;
border-top:2px solid #666;}
#quote-wrap {border-top:1px solid #fff; padding:10px 0 0 20px;}
Expand Down

0 comments on commit 89bb04d

Please sign in to comment.