source: branches/version-2_5-dev/html/user_data/packages/sphone/css/wreckage.css @ 20764

Revision 20764, 454 bytes checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2
3/*PHOTO*/
4.picture {
5    border: 1px solid #ccc;
6}
7.center {
8    text-align: center;
9}
10
11/* テーブル共通指定
12----------------------------------------------- */
13div.tblareabtn {
14    clear: both;
15    margin: 20px auto;
16    text-align: center;
17}
18div.tblareabtn img {
19    vertical-align: baseline;
20}
21.pricetd em {
22    font-weight: bold;
23}
24
25
26div#completetext em {
27    font-weight: bold;
28}
29div#completetext p{
30    text-align: left;
31}
Note: See TracBrowser for help on using the repository browser.