aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 16:03:31 -0700
committerMark Otto <[email protected]>2014-07-08 16:03:31 -0700
commit86099bfb330ae43026e07ce7d14b67201fbb96d4 (patch)
treeced2e77b8c82b2ba8b5c12342a23c5dd7c50fe2f /docs
parentf05365f73be9725421c8697c7b73b736da8e6c6a (diff)
downloadbootstrap-86099bfb330ae43026e07ce7d14b67201fbb96d4.tar.xz
bootstrap-86099bfb330ae43026e07ce7d14b67201fbb96d4.zip
clean up commented out docs css
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/src/docs.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index b6c721bd0..b63ff634b 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;