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

Revision 15079, 682 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/*無料バナー*/
10#container #left #free{
11border: 0;
12margin: 0 0 10px 0;
13padding: 0;
14width: 170px;
15}
16
17/*検索*/
18#container #left #search{
19border: 0;
20margin: 0;
21padding: 0;
22width: 170px;
23}
24
25/*ナビ*/
26#container #left #navi{
27border: 0;
28margin: 0;
29padding: 0;
30width: 170px;
31}
32
33/*TV*/
34#container #left #tvshopping{
35border: 0;
36margin: 0;
37padding: 0;
38width: 170px;
39}
40
41/*カテゴリ*/
42#container #left #category{
43border: 0;
44margin: 0;
45padding: 0;
46width: 170px;
47}
Note: See TracBrowser for help on using the repository browser.