From f3330079bac3935372931c79dc666c0cecddd0f0 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Fri, 27 Jul 2012 16:14:18 +0530 Subject: Removed tags, made UI fluid --- stapp/static/video/css/style.css | 2 +- stapp/templates/video/home.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'stapp') diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index da6ce4b..4aa6c6e 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -12,7 +12,7 @@ body{ .main-video{ padding: 30px 20px 20px; - height : 495px; + height : 100%; } .module-list{ diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index cf055ed..d1da82d 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -18,9 +18,6 @@ function changeDetail(video,image,idname,iddesc) {% block onload %} {% endblock onload %} {% block video %} -{% for tag in tags %} - {{tag}} -{% endfor %} -- cgit