diff --git a/static/css/deepsouthsounds.css b/static/css/deepsouthsounds.css index 7ee3d3f..0763f78 100755 --- a/static/css/deepsouthsounds.css +++ b/static/css/deepsouthsounds.css @@ -545,3 +545,30 @@ h3 { background: url(/static/img/twitter.png) no-repeat left; margin-bottom: 10px } + +div.event-content img { + width: auto; + height: auto; + max-width: none; +} + +div.event-content td { + padding: 12px; +} + +.side-player { + display: block; + background: none repeat scroll 0 0 #FFFFFF; + border: 1px solid #BFD4D9; + border-radius: 3px 3px 3px 3px; + list-style: none outside none; + overflow-x: auto; + overflow-y: hidden; + margin: 0 0 10px 25px; +} + +#whats-on { + padding: 15px 0 15px 70px; + background: url(/static/img/whats-on.png) no-repeat left; + margin: 0; +} \ No newline at end of file diff --git a/templates/views/EventItemView.html b/templates/views/EventItemView.html index 98b5478..08251ca 100755 --- a/templates/views/EventItemView.html +++ b/templates/views/EventItemView.html @@ -1,15 +1,3 @@ - -