aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/grid/grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-27 03:07:34 -0700
committerMark Otto <[email protected]>2014-10-27 03:07:34 -0700
commitc15aa3679856a6af5aaa5fe81b0b9d3152cbe982 (patch)
tree8339f347ba0dbb5682a7b90bba4132cf7a6918bc /docs/examples/grid/grid.css
parent125c3859a0ebc87031853117012bef3a3a2b6aed (diff)
downloadbootstrap-c15aa3679856a6af5aaa5fe81b0b9d3152cbe982.tar.xz
bootstrap-c15aa3679856a6af5aaa5fe81b0b9d3152cbe982.zip
switch to max-width on containers
Diffstat (limited to 'docs/examples/grid/grid.css')
-rw-r--r--docs/examples/grid/grid.css24
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css
index b25263bc7..5f7e1af66 100644
--- a/docs/examples/grid/grid.css
+++ b/docs/examples/grid/grid.css
@@ -1,23 +1,27 @@
-h4 {
- margin-top: 25px;
+body {
+ padding-top: 2rem;
+ padding-bottom: 2rem;
}
+
+h3 {
+ margin-top: 2rem;
+}
+
.row {
- margin-bottom: 20px;
+ margin-bottom: 1rem;
}
.row .row {
- margin-top: 10px;
+ margin-top: 1rem;
margin-bottom: 0;
}
[class*="col-"] {
- padding-top: 15px;
- padding-bottom: 15px;
- background-color: #eee;
+ padding-top: 1rem;
+ padding-bottom: 1rem;
background-color: rgba(86,61,124,.15);
- border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
}
hr {
- margin-top: 40px;
- margin-bottom: 40px;
+ margin-top: 2rem;
+ margin-bottom: 2rem;
}