2008/04/06

iKnow!のサイドバーを右に移動

Stylish用のCSSです。

  1. @namespace url(http://www.w3.org/1999/xhtml);  
  2.   
  3. @-moz-document url-prefix("http://www.iknow.co.jp/") {  
  4.   DIV[class="outer"] {  
  5.     margin-left : 0px !important;  
  6.   }  
  7.   DIV[class="center"] {  
  8.     float : left !important;  
  9.     width : 765px !important;  
  10.   }  
  11.   DIV[class="left"] {  
  12.     margin-left : -10px !important;  
  13.   }  
  14. }  
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.iknow.co.jp/") { DIV[class="outer"] { margin-left : 0px !important; } DIV[class="center"] { float : left !important; width : 765px !important; } DIV[class="left"] { margin-left : -10px !important; } }

iKnow!のサイトってHTMLの構造が整っていて分かりやすいですね。