diff -r dbcb0dc6a844 -r 8769a8877aeb web/style.css --- 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 {