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

Revision 15079, 434 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#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.