diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index b6c721bd09..b63ff634bb 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -633,9 +633,6 @@ body { font-weight: 500; line-height: 1; color: #fff; - /*color: #fff;*/ - /*background-color: #6f4f9f;*/ - /*border-bottom: 3px solid #563d7c;*/ } .bs-docs-sidebar-brand:hover, .bs-docs-sidebar-brand:focus { @@ -944,22 +941,13 @@ h1[id] { position: relative; padding-top: 3rem; margin-top: 1rem; - /*padding: 45px 15px 15px;*/ - /*margin: 0 -15px 15px;*/ - /*border-color: #e5e5e5 #eee #eee;*/ - /*border-style: solid;*/ - /*border-width: 1px 0;*/ - /*-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/ - /*box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/ } /* Echo out a label for the example */ .bs-example:before { position: absolute; top: 0; - /*left: 15px;*/ display: inline-block; padding: .5rem .75rem; - /*margin-bottom: 1rem;*/ font-size: .8rem; font-weight: bold; color: #fff; @@ -972,9 +960,6 @@ h1[id] { /* Tweak display of the code snippets when following an example */ .bs-example + .highlight:before { - /*margin: -15px -15px 15px;*/ - /*border-width: 0 0 1px;*/ - /*border-radius: 0;*/ position: absolute; width: 0; height: 0; @@ -982,32 +967,6 @@ h1[id] { border-style: solid; } -/* Make the examples and snippets not full-width */ -@media (min-width: 768px) { -/* - .bs-example { - margin-right: 0; - margin-left: 0; - background-color: #fff; - border-color: #ddd; - border-width: 1px; - border-radius: 4px 4px 0 0; - -webkit-box-shadow: none; - box-shadow: none; - } -*/ -/* - .bs-example + .highlight { - margin-top: -16px; - margin-right: 0; - margin-left: 0; - border-width: 1px; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; - } -*/ -} - /* Undo width of container */ .bs-example .container { width: auto;