From c9197769fb06332f4f878ce84b5c516c43c215e0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 28 Feb 2010 16:42:31 +0000 Subject: Fixes bottom links placement in issue with associated changesets (#4883). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3516 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 577cdb29f..baf5bd25e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -67,7 +67,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord #main {background-color:#EEEEEE;} -#sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;} +#sidebar{ float: right; width: 17%; position: relative; z-index: 9; padding: 0; margin: 0;} * html #sidebar{ width: 17%; } #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; } #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; } -- cgit v1.2.3