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

Revision 1328, 333 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1@charset "euc-jp";
2
3/***Á´ÂΥơ¼¥Ö¥ë***/
4#container{
5border: 0;
6margin: 0;
7padding: 0;
8width: 570px;
9}
10
11#container #left{
12width: 190px;
13text-align: left;
14}
15
16#container #right{
17width: 570px;
18}
19
20/***Á´ÂΥơ¼¥Ö¥ë²£¥Ê¥Ó¤Ê¤·***/
21#containerfull{
22border: 0;
23margin: 0;
24padding: 0;
25width: 700px;
26height: 550px;
27}
Note: See TracBrowser for help on using the repository browser.