Ignore:
Timestamp:
2010/04/24 14:03:55 (14 years ago)
Author:
Seasoft
Message:

#612(画面幅の調整を容易にする) 現状を一旦コミット。

  • クラス「frame_outer」のCSS定義を変更でサイト全体の画面幅を調整できるようにする試み。
File:
1 edited

Legend:

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

    r17498 r18623  
    55----------------------------------------------- */ 
    66div#undercolumn { 
    7     width: 580px; 
    8     margin: 15px auto 0 auto; 
     7    margin: 15px 15px 0 0; 
    98} 
    109 
    1110div#undercolumn table { 
    12     width: 570px; 
     11    width: 98.2%; 
    1312} 
    1413 
     
    8382 
    8483div#undercolumn_entry .area470 { 
    85     width: 570px; 
    8684    height: 520px; 
    8785    margin: 5px 0 0 0; 
Note: See TracChangeset for help on using the changeset viewer.