Changeset 15400 for platform/tdiary

Show
Ignore:
Timestamp:
07/07/08 21:47:58 (5 months ago)
Author:
hsbt
Message:

indent and add div.main.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/hide_sidebar_iphone.rb

    r15399 r15400  
    77add_header_proc do 
    88        if @conf.iphone? then 
    9         <<-CSS 
    10         <style type="text/css"><!-- 
    11    div.sidebar {  
    12       display: none; 
    13    } 
    14         --></style> 
    15         CSS 
     9                <<-CSS 
     10                <style type="text/css"><!-- 
     11                div.sidebar {  
     12                        display: none; 
     13                } 
     14                div.main { 
     15                        width: 100%; 
     16                        float: none; 
     17                } 
     18                --></style> 
     19                CSS 
    1620        end 
    1721end