source: branches/comu/html/css/layout/common/pan.css @ 11730

Revision 11730, 430 bytes checked in by nanasess, 17 years ago (diff)

r11729 の変更を取消

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#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.