Ignore:
Timestamp:
2008/03/11 11:08:47 (16 years ago)
Author:
pineray
Message:

merge r17096 17104

Location:
branches/comu-ver2/html/user_data/packages/default/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/main.css

    r17095 r17116  
    171171} 
    172172 
    173 div#centercolumn { 
     173div#rightcolumn { 
     174    float: left; 
     175    width: 166px; 
     176} 
     177 
     178div#rightcolumn h2 { 
     179    padding: 15px 0 0 0; 
     180} 
     181 
     182/* メインコンテンツ 
     183----------------------------------------------- */ 
     184/* 3カラム設定 */ 
     185div#three_maincolumn { 
    174186    float: left; 
    175187    width: 432px; 
     
    177189} 
    178190 
    179 div#centercolumn h2 { 
    180     padding: 15px 0 0 0; 
    181 } 
    182  
    183 div#rightcolumn { 
    184     float: left; 
    185     width: 166px; 
    186 } 
    187  
    188 div#rightcolumn h2 { 
    189     padding: 15px 0 0 0; 
    190 } 
    191  
    192 /* 1カラム設定 
    193 ----------------------------------------------- */ 
    194 div#one_column { 
     191div#three_maincolumn h2 { 
     192    padding: 15px 0 0 0; 
     193} 
     194 
     195/* 2カラム設定 */ 
     196div#two_maincolumn { 
     197    float: left; 
     198    width: 598px; 
     199    padding: 15px 0 0 0; 
     200} 
     201 
     202div#two_maincolumn h2 { 
     203    padding: 15px 0 0 0; 
     204} 
     205 
     206/* 1カラム設定 */ 
     207div#one_maincolumn { 
    195208    padding: 10px 0 0 0; 
    196209} 
  • branches/comu-ver2/html/user_data/packages/default/css/under.css

    r16807 r17116  
    55----------------------------------------------- */ 
    66div#undercolumn { 
    7     float: right; 
    87    width: 580px; 
    9     margin: 15px 0 0 0; 
     8    margin: 15px auto 0 auto; 
    109} 
    1110 
Note: See TracChangeset for help on using the changeset viewer.