mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
clean up commented out docs css
This commit is contained in:
parent
f05365f73b
commit
86099bfb33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user