diff options
author | Alvin Li <liweitianux@gmail.com> | 2013-08-15 16:25:51 +0800 |
---|---|---|
committer | Alvin Li <liweitianux@gmail.com> | 2013-08-15 16:25:51 +0800 |
commit | 156b10363c5a1049571e6c1d88597309c7ceab49 (patch) | |
tree | a0882a790ec130c63328ec26812cde0be31bb6b3 /97suifangqa/apps/indicator/static | |
parent | 5bcf6aa3b784c81aad353b3cefb433493f05f4a0 (diff) | |
download | 97dev-156b10363c5a1049571e6c1d88597309c7ceab49.tar.bz2 |
* updated 'indicator.views' for front pages
* use 'render' instead of 'render_to_response'
* updated 'indicator/templates/indicator/NewDeleteIndex.html' to
show all indicators and followed indicators
Diffstat (limited to '97suifangqa/apps/indicator/static')
-rw-r--r-- | 97suifangqa/apps/indicator/static/css/new_delete_index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/97suifangqa/apps/indicator/static/css/new_delete_index.css b/97suifangqa/apps/indicator/static/css/new_delete_index.css index aaee1a6..0eb41d1 100644 --- a/97suifangqa/apps/indicator/static/css/new_delete_index.css +++ b/97suifangqa/apps/indicator/static/css/new_delete_index.css @@ -61,7 +61,7 @@ text-decoration: none; } .index_navigation #index_all { - margin-right: 0; + margin-right: 11px; } .index_navigation .selected { background-color: #99CC33; @@ -189,4 +189,4 @@ color: #4A4A4A; border-bottom: 1px solid #BFBFBF; height: 24px; -}
\ No newline at end of file +} |