Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 17:28:21 JST
Index: affelio/apps/album/style.css
diff -u affelio/apps/album/style.css:1.1 affelio/apps/album/style.css:1.2
--- affelio/apps/album/style.css:1.1 Sun Jun 19 18:14:17 2005
+++ affelio/apps/album/style.css Thu Jun 30 17:28:21 2005
@@ -1,28 +1,16 @@
-table#album {
- border-spacing: 0px;
- border-collapse: collapse;
- width: 450px;
- table-layout: fixed;
+.photo_table{
+ width: auto;
+ margin: 0px;
+ padding 0px;
+ border-style: none;
+ background-color: #fff;
}
-
-table#album th {
- color: #ffffff;
- background-color: #88BBFF;
- text-align: right;
- font-size: 8pt;
-}
-
-table#album h3 {
- color: #663333;
- font-weight: bold;
- font-size: large;
-}
-
-table#album td {
- padding-bottom: 1.5em;
-}
-
-table#album p {
- padding-left: 1.0em;
-}
-
+.photo_frame{
+ width: 160px;
+ height: 160px;
+ background-image: url("./resource/photo_frame.gif");
+ background-repeat: no-repeat;
+ background-position: center;
+ text-align: center;
+ text-valign: middle;
+}
\ No newline at end of file