source: temp/trunk/html/css/layout/common/container.css @ 5922

Revision 5922, 441 bytes checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1/*
2 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6 @charset "euc-jp";
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.