web/style.css
changeset 13 8769a8877aeb
parent 8 3e62fc730d8c
child 14 d72aa3951218
--- a/web/style.css	Fri Dec 16 17:23:24 2011 +0100
+++ b/web/style.css	Fri Dec 16 17:23:42 2011 +0100
@@ -121,9 +121,16 @@
   font-size: 90%;
 }
 
+/* about.php */
+#about_contents {
+  width: 760px;
+  margin: 0 auto;
+}
+
 /* player.php */
-table#content {
-  border: solid 10px #7a7a7a;
+#player_content {  
+  border-right: solid 10px #7a7a7a;
+  border-left: solid 10px #7a7a7a;
   border-bottom: solid 14px #7a7a7a;
   border-top: solid 14px #7a7a7a;
   position: relative;
@@ -143,6 +150,7 @@
   width: 220px;
   border-left: solid 10px #7a7a7a;
   background-color: white;
+  vertical-align: top;
 }
 
 #caption_text {