# HG changeset patch # User luisf # Date 1321274177 0 # Node ID 0bdd601c124a88bc55177d3c7310215940678d90 # Parent 18b0f6e6d7a82ad5fb07f70b37de552c2a9f24ee Fixes Bug #326 (autocomplete CSS position). diff -r 18b0f6e6d7a8 -r 0bdd601c124a public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Fri Nov 11 15:59:11 2011 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Mon Nov 14 12:36:17 2011 +0000 @@ -224,5 +224,12 @@ .embedded #matlabdoc th { text-align: left; } +/* autocomplete positioning fix */ +div.autocomplete { + margin-top:136px; +} + + +