On Mon, Oct 28, 2013 at 3:20 PM, Ryan Ollos <[email protected]> wrote:
> On Mon, Oct 28, 2013 at 12:59 PM, Olemis Lang <[email protected]> wrote: > > > On Sun, Oct 27, 2013 at 8:41 PM, Ryan Ollos <[email protected]> > > wrote: > > [...] > > > > > > > > I suppose we could resolve your issue by adding an `id` to the first > > > div.container and modifying the CSS: .container:first-child -> > > > .container#id. It seems like the problem you report could be fairly > > common > > > when someone tries to embed Bloodhound within a site. > > > > > > > isn't div.container:first enough to select that element ? > > > :first is a jQuery selector, but I don't think it is a CSS selector. > sorry ... :first-child http://www.w3schools.com/cssref/sel_firstchild.asp -- Regards, Olemis - @olemislc
