diff options
author | Parth Buch | 2012-07-27 16:14:18 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-27 16:14:18 +0530 |
commit | f3330079bac3935372931c79dc666c0cecddd0f0 (patch) | |
tree | ffaf9fe69b3a20b60b4ab80fdd92da08d04abc55 /stapp/static/video | |
parent | e97a73237a1e5b0bbd2071f4e09388848e8c6404 (diff) | |
download | stproject-f3330079bac3935372931c79dc666c0cecddd0f0.tar.gz stproject-f3330079bac3935372931c79dc666c0cecddd0f0.tar.bz2 stproject-f3330079bac3935372931c79dc666c0cecddd0f0.zip |
Removed tags, made UI fluid
Diffstat (limited to 'stapp/static/video')
-rw-r--r-- | stapp/static/video/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |