aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/grid/grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-28 22:50:57 -0700
committerMark Otto <[email protected]>2017-05-29 23:32:28 -0700
commit3e76d6565603fafa2c85ad81d7b6345c4e279c72 (patch)
treefad0aa6a4a70cafb4a803bd920d6ae2fa44dc466 /docs/examples/grid/grid.css
parent32153eb7cba316b873e82cd7b9362c92ca00eddf (diff)
downloadbootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.tar.xz
bootstrap-3e76d6565603fafa2c85ad81d7b6345c4e279c72.zip
Rearrange all the docs to allow for a docs/major.minor/ setup
Diffstat (limited to 'docs/examples/grid/grid.css')
-rw-r--r--docs/examples/grid/grid.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css
deleted file mode 100644
index 5f7e1af66..000000000
--- a/docs/examples/grid/grid.css
+++ /dev/null
@@ -1,27 +0,0 @@
-body {
- padding-top: 2rem;
- padding-bottom: 2rem;
-}
-
-h3 {
- margin-top: 2rem;
-}
-
-.row {
- margin-bottom: 1rem;
-}
-.row .row {
- margin-top: 1rem;
- margin-bottom: 0;
-}
-[class*="col-"] {
- padding-top: 1rem;
- padding-bottom: 1rem;
- background-color: rgba(86,61,124,.15);
- border: 1px solid rgba(86,61,124,.2);
-}
-
-hr {
- margin-top: 2rem;
- margin-bottom: 2rem;
-}