diff options
author | Parth Buch | 2012-07-20 18:58:44 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-20 18:58:44 +0530 |
commit | fa78132169b6f56f2c5b83461ef4f116b8ee4940 (patch) | |
tree | ef73ddfcd4217924ba8d5b1bc6866241527dffda /stapp/templates/video/home.html | |
parent | 4b500ce8bb47606b6b0c58dc9df8a93f0f345234 (diff) | |
download | stproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.tar.gz stproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.tar.bz2 stproject-fa78132169b6f56f2c5b83461ef4f116b8ee4940.zip |
UI changes
Diffstat (limited to 'stapp/templates/video/home.html')
-rw-r--r-- | stapp/templates/video/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index 90af79c..54f3b26 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -21,14 +21,14 @@ function myfunction(video,image) {% block onload %} {% endblock onload %} {% block video %} - <video width="100%" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}"> + <video style="border:2px solid black;" width="100%" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}"> </video> {% endblock%} {% block video_description %} <h1 id="videoname">{{ play.name }}</h1> - <p id="videodescription">{{ play.description|safe }}</p> + <div id="videodescription">{{ play.description|safe }}</div> {% endblock %} {% block module_list %} |