diff options
| author | Mark Otto <[email protected]> | 2011-07-29 13:10:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-29 13:10:33 -0700 |
| commit | 88bd6f72daaeb1cada7dab852e6f779af7b33823 (patch) | |
| tree | dd085c6b2f7c8c2e0c977525d37771554c269c54 /docs/assets/css | |
| parent | 68d4b85ffc542ef85eb4fe1bfba7acf6d504f522 (diff) | |
| parent | 7f99892b864295eef23bf24bd8c6c9b231d0c684 (diff) | |
| download | bootstrap-88bd6f72daaeb1cada7dab852e6f779af7b33823.tar.xz bootstrap-88bd6f72daaeb1cada7dab852e6f779af7b33823.zip | |
resolve compiled css merge prob, refine few small things
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
