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

Revision 20566, 675 bytes checked in by Seasoft, 13 years ago (diff)

#627(ソース整形・ソースコメントの改善)

  • TAB
  • インデント

#624(軽微な表示乱れを修正)

  • HTML 構文誤り
  • CSS 構文誤り
  • 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: 15px 0 0 0;
16    text-align: center;
17}
18div.tblareabtn img {
19    vertical-align: baseline;
20}
21.phototd {
22    width: 60px;
23    text-align: center;
24}
25.centertd {
26    text-align: center;
27}
28.pricetd {
29    text-align: right;
30}
31.pricetd em {
32    font-weight: bold;
33}
34div#completetext {
35    margin: 15px auto 0 auto;
36    padding: 15px;
37}
38div#completetext em {
39    font-weight: bold;
40}
41div#completetext p{
42    padding: 20px 0 0 0;
43    text-align: left;
44}
Note: See TracBrowser for help on using the repository browser.