From 7f99892b864295eef23bf24bd8c6c9b231d0c684 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 28 Jul 2011 17:50:38 -0700 Subject: change popover stufff --- docs/assets/css/docs.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 93c4f5b32..13868fdd9 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -231,14 +231,24 @@ div.topbar-wrapper div.topbar { div.popover-well { min-height: 160px; } + div.popover-well div.popover { display: block; } + div.popover-well div.popover-wrapper { width: 50%; height: 160px; float: left; + margin-left: 55px; + position:relative; } + div.popover-well div.popover-menu-wrapper { height: 80px; +} + +img.large-bird { + margin: 5px 0 0 310px; + opacity:.1; } \ No newline at end of file -- cgit v1.2.3