summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-22 09:03:27 -0500
committergitlabhq <m@gitlabhq.com>2011-11-22 09:03:27 -0500
commit86829cae50857b5edf74b935380c6f68a19c2282 (patch)
tree6aab9d13000584fa96fb3cb34d94f3b122bd1143
parenta6b99319381c2d62ec4b92d64805e8de8965859e (diff)
downloadgitlab-ce-86829cae50857b5edf74b935380c6f68a19c2282.tar.gz
fixed min height for menuv1.2.0pre
-rw-r--r--app/assets/stylesheets/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/style.scss b/app/assets/stylesheets/style.scss
index 9344b000777..c7d5b77b5cb 100644
--- a/app/assets/stylesheets/style.scss
+++ b/app/assets/stylesheets/style.scss
@@ -627,7 +627,7 @@ body.project-page .project-sidebar aside a:first-child{
body.project-page .project-sidebar aside a:hover{background-color: #eee;}
body.project-page .project-sidebar aside a span.number{float: right; border-radius: 5px; text-shadow: none; background: rgba(0,0,0,.12); text-align: center; padding: 5px 8px; position: absolute; top: 10px; right: 10px}
body.project-page .project-sidebar aside a.current{background-color: #79c3e0; color: white; text-shadow: none; border-color: transparent}
-body.project-page .project-content{ padding: 20px; display: block; margin-left: 250px; min-height: 450px}
+body.project-page .project-content{ padding: 20px; display: block; margin-left: 250px; min-height: 600px}
body.project-page .project-content h2{ margin-top: 6px}
body.project-page .project-content .button.right{margin-left: 20px}
body.project-page table .commit a{color: #{$blue_link}}