source: branches/dev/html/css/layout/common/pan.css @ 8

Revision 8, 430 bytes checked in by root, 17 years ago (diff)

new import

Line 
1/*
2 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6@charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/*¥Ñ¥ó¤¯¤º*/
9#pan{
10border-width: 0 0 1px 0;
11border-style: solid;
12border-color: #ccc;
13background: #f0f0f0;
14margin: 0;
15padding: 10px;
16text-align: left;
17width: 100%;
18voice-family: "\"}\"";
19voice-family: inherit;
20width: 100%;
21}
22
23html>body #pan {
24width:100%;
25}
Note: See TracBrowser for help on using the repository browser.