aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-17 23:45:35 -0700
committerMark Otto <[email protected]>2011-10-17 23:45:35 -0700
commit369b9720c6090985c678076eebb59c080c0ed27c (patch)
tree1aa41ff88d7df47dca598d98bef68efeb4f5aa0e /docs/assets
parentae5c5e10635049c65d73454ca9486539bdf324d4 (diff)
downloadbootstrap-369b9720c6090985c678076eebb59c080c0ed27c.tar.xz
bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.zip
adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/docs.css17
-rw-r--r--docs/assets/img/responsive-illustrations.pngbin0 -> 2249 bytes
2 files changed, 16 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index bbf71ab77..2d0b87fe2 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -309,7 +309,7 @@ pre.prettyprint {
/* Make tables spaced out a bit more */
h2 + table {
- margin-top: 10px;
+ margin-top: 5px;
}
/* Responsive Docs
@@ -347,3 +347,18 @@ h2 + table {
}
}
+
+
+.supported-devices {
+ margin-bottom: 9px;
+ color: #777;
+}
+.supported-devices strong {
+ display: block;
+ font-size: 14px;
+ line-height: 18px;
+}
+.supported-devices small {
+ font-size: 12px;
+}
+
diff --git a/docs/assets/img/responsive-illustrations.png b/docs/assets/img/responsive-illustrations.png
new file mode 100644
index 000000000..c980da77a
--- /dev/null
+++ b/docs/assets/img/responsive-illustrations.png
Binary files differ