source: branches/feature-module-update/html/css/layout/common/container.css @ 15079

Revision 15079, 483 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6 @charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***全体テーブル***/
9#container{
10border: 0;
11margin: 0;
12padding: 0;
13width: 570px;
14}
15
16#container #left{
17width: 190px;
18text-align: left;
19}
20
21#container #right{
22width: 570px;
23}
24
25/***全体テーブル横ナビなし***/
26#containerfull{
27border: 0;
28margin: 0;
29padding: 0;
30width: 700px;
31height: 550px;
32}
Note: See TracBrowser for help on using the repository browser.