aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-07-29 13:10:33 -0700
committerMark Otto <[email protected]>2011-07-29 13:10:33 -0700
commit88bd6f72daaeb1cada7dab852e6f779af7b33823 (patch)
treedd085c6b2f7c8c2e0c977525d37771554c269c54 /docs/assets
parent68d4b85ffc542ef85eb4fe1bfba7acf6d504f522 (diff)
parent7f99892b864295eef23bf24bd8c6c9b231d0c684 (diff)
downloadbootstrap-88bd6f72daaeb1cada7dab852e6f779af7b33823.tar.xz
bootstrap-88bd6f72daaeb1cada7dab852e6f779af7b33823.zip
resolve compiled css merge prob, refine few small things
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/.DS_Storebin0 -> 6148 bytes
-rw-r--r--docs/assets/css/docs.css10
-rw-r--r--docs/assets/img/bird.pngbin0 -> 4434 bytes
3 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/.DS_Store b/docs/assets/.DS_Store
new file mode 100644
index 000000000..57b2f456a
--- /dev/null
+++ b/docs/assets/.DS_Store
Binary files differ
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
diff --git a/docs/assets/img/bird.png b/docs/assets/img/bird.png
new file mode 100644
index 000000000..f0e6fcb51
--- /dev/null
+++ b/docs/assets/img/bird.png
Binary files differ