diff options
author | Parth Buch | 2012-07-20 19:34:53 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-20 19:34:53 +0530 |
commit | 0a66a25e8fe16e96b3e805c10c53f8496a2341b3 (patch) | |
tree | b264585bbaa3abdc2cf1b70e323e2e1688ab1239 /stapp/static/video/css/style.css | |
parent | fa78132169b6f56f2c5b83461ef4f116b8ee4940 (diff) | |
download | stproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.tar.gz stproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.tar.bz2 stproject-0a66a25e8fe16e96b3e805c10c53f8496a2341b3.zip |
UI Changes, removed the 'well' class to get rid of padding problem
Diffstat (limited to 'stapp/static/video/css/style.css')
-rw-r--r-- | stapp/static/video/css/style.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index c4aecbf..4e23946 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -3,15 +3,13 @@ body{ } -.container-fluid{ - padding-left:0; - padding-right:0; -} - .top-row{ background-color:#3c8fc9; background:-moz-linear-gradient(top,#3c8fc9,#ffffff); background:-webkit-linear-gradient(top,#3c8fc9,#ffffff); + margin-left:-20px; + padding-right:40px; + margin-bottom:40px; } .main-video{ |