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

Revision 15078, 434 bytes checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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.