mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Make on previous commits
This commit is contained in:
parent
b76d98eee3
commit
164e88781b
59
docs/assets/css/bootstrap.css
vendored
59
docs/assets/css/bootstrap.css
vendored
@ -353,14 +353,6 @@ small {
|
|||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
em {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
cite {
|
cite {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -819,13 +811,26 @@ pre code {
|
|||||||
.col-lg-11,
|
.col-lg-11,
|
||||||
.col-lg-12 {
|
.col-lg-12 {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col-1,
|
||||||
|
.col-2,
|
||||||
|
.col-3,
|
||||||
|
.col-4,
|
||||||
|
.col-5,
|
||||||
|
.col-6,
|
||||||
|
.col-7,
|
||||||
|
.col-8,
|
||||||
|
.col-9,
|
||||||
|
.col-10,
|
||||||
|
.col-11,
|
||||||
|
.col-12 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
width: 8.333333333333332%;
|
width: 8.333333333333332%;
|
||||||
}
|
}
|
||||||
@ -878,6 +883,20 @@ pre code {
|
|||||||
.container {
|
.container {
|
||||||
max-width: 728px;
|
max-width: 728px;
|
||||||
}
|
}
|
||||||
|
.col-sm-1,
|
||||||
|
.col-sm-2,
|
||||||
|
.col-sm-3,
|
||||||
|
.col-sm-4,
|
||||||
|
.col-sm-5,
|
||||||
|
.col-sm-6,
|
||||||
|
.col-sm-7,
|
||||||
|
.col-sm-8,
|
||||||
|
.col-sm-9,
|
||||||
|
.col-sm-10,
|
||||||
|
.col-sm-11,
|
||||||
|
.col-sm-12 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
.col-sm-1 {
|
.col-sm-1 {
|
||||||
width: 8.333333333333332%;
|
width: 8.333333333333332%;
|
||||||
}
|
}
|
||||||
@ -1019,6 +1038,20 @@ pre code {
|
|||||||
.container {
|
.container {
|
||||||
max-width: 940px;
|
max-width: 940px;
|
||||||
}
|
}
|
||||||
|
.col-lg-1,
|
||||||
|
.col-lg-2,
|
||||||
|
.col-lg-3,
|
||||||
|
.col-lg-4,
|
||||||
|
.col-lg-5,
|
||||||
|
.col-lg-6,
|
||||||
|
.col-lg-7,
|
||||||
|
.col-lg-8,
|
||||||
|
.col-lg-9,
|
||||||
|
.col-lg-10,
|
||||||
|
.col-lg-11,
|
||||||
|
.col-lg-12 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
.col-lg-1 {
|
.col-lg-1 {
|
||||||
width: 8.333333333333332%;
|
width: 8.333333333333332%;
|
||||||
}
|
}
|
||||||
@ -1201,13 +1234,13 @@ th {
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
table col[class*="col-span-"] {
|
table col[class^="col-"] {
|
||||||
display: table-column;
|
display: table-column;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td[class*="col-span-"],
|
table td[class^="col-"],
|
||||||
table th[class*="col-span-"] {
|
table th[class^="col-"] {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user