changeset 761:0bdd601c124a luisf

Fixes Bug #326 (autocomplete CSS position).
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 14 Nov 2011 12:36:17 +0000
parents 18b0f6e6d7a8
children 940f3495c647 332e4287f4d3 b5474c68c433
files public/themes/soundsoftware/stylesheets/application.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
+}
 
 
+
+
+