From d13bcc0dd4745f390b933e66a0959e1930aad38d Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 19 Jun 2012 21:44:01 -0700 Subject: [PATCH] fix example bigdrop style --- _layouts/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/main.html b/_layouts/main.html index 26765d7b..3c4d0754 100755 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -21,7 +21,7 @@ .movie-title { font-size: 1.2em; padding-bottom: 15px; } .movie-synopsis { font-size: .8em; color: #888; } .select2-highlighted .movie-synopsis { font-size: .8em; color: #eee; } - .bigdrop .select2-results {max-height: 300px;} + .bigdrop.select2-container .select2-results {max-height: 300px;}