diff -r 3c95d6f156be -r 216bf65ed757 web/style.css --- a/web/style.css Thu Dec 15 16:01:14 2011 +0100 +++ b/web/style.css Thu Dec 15 16:01:24 2011 +0100 @@ -1,10 +1,9 @@ body { - font-family: Helvetica, Arial, Verdana, sans-serif; + font-family: 'PT Sans Narrow', Helvetica; Verdana, sans-serif; background-image: url(../crea/imgs/bgd-top.png); background-repeat: repeat-x; background-color: #F7F6F6; - margin-top: -05px; - + margin-top: -11px; } #banner { @@ -12,7 +11,8 @@ width: 960px; border-bottom: 1px solid #fe4f76; padding-top: 10px; - margin-top: -4px; + padding-bottom: 4px; + margin-top: 7px; } #outer_div { @@ -42,6 +42,29 @@ #wrapper_div { } +/* index.php */ + +#index_content { + margin: 0 auto; + width: 910px; +} + +.thumb { + width: 280px; + height: 220px; + float: left; + margin-top: 10px; + margin-right: 10px; + background-color: #f2f2f2; + border: 1px solid #cccccc; + padding: 5px; +} + +.thumb img { + margin: 5px; +} + +/* player.php */ table#content { width: 910px; border: solid 10px #7a7a7a;