diff options
author | Jayaram Pai | 2014-04-19 21:13:22 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-19 21:13:22 +0530 |
commit | 4614a1fa876a5ee2b089879a5bc46d1ab0ae7294 (patch) | |
tree | ce5263df49c4fa4c90a3bcf2f47da350fc72b909 /static/website/css/main.css | |
parent | 7d6be77f4961a0187f6d2646147f513dbc54c2c2 (diff) | |
download | spoken-tutorial-forums-4614a1fa876a5ee2b089879a5bc46d1ab0ae7294.tar.gz spoken-tutorial-forums-4614a1fa876a5ee2b089879a5bc46d1ab0ae7294.tar.bz2 spoken-tutorial-forums-4614a1fa876a5ee2b089879a5bc46d1ab0ae7294.zip |
added meta to answers, fixed video_path
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index b07b73c..54fbd3f 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -160,7 +160,7 @@ body { right: 0px; bottom: 0px; } -#content .reply .meta{ +#content .answer .meta{ position: absolute; right: 0px; bottom: 0px; @@ -226,9 +226,6 @@ table .title a { .saved { background: lightgreen; } -/* .answer-wrapper { */ -/* padding-left: 0px; */ -/* } */ #content .answer { position: relative; border-bottom: 1px solid #f5f5f5; @@ -239,9 +236,6 @@ table .title a { #content .answer .body { } #content .answer .user { - position: absolute; - right: 0px; - bottom: 0px; padding: 2px 7px; background: #f5f5f5; } |