mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
reorder properties
This commit is contained in:
parent
87bd0e0b88
commit
7ec4e91324
3 changed files with 7 additions and 7 deletions
6
bootstrap.css
vendored
6
bootstrap.css
vendored
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Sun Jan 15 21:54:32 PST 2012
|
||||
* Date: Sun Jan 15 21:58:40 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
@ -2945,14 +2945,14 @@ a.thumbnail:hover {
|
|||
border-bottom: 0;
|
||||
}
|
||||
.accordion-body {
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin: 0 0 1px 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
.accordion-inner {
|
||||
padding: 10px;
|
||||
margin-bottom: 0;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.accordion .in {
|
||||
margin-bottom: 9px;
|
||||
|
|
4
bootstrap.min.css
vendored
4
bootstrap.min.css
vendored
|
@ -515,8 +515,8 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
|
|||
.progress.info.striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
|
||||
.accordion{padding:0;}
|
||||
.accordion-heading{padding:5px 10px;border:1px solid #ddd;border-bottom:0;}
|
||||
.accordion-body{border-bottom:1px solid #ddd;margin:0 0 1px 0;}
|
||||
.accordion-inner{padding:10px;border:1px solid #ddd;border-bottom:0;margin-bottom:0;}
|
||||
.accordion-body{margin:0 0 1px 0;border-bottom:1px solid #ddd;}
|
||||
.accordion-inner{padding:10px;margin-bottom:0;border:1px solid #ddd;border-bottom:0;}
|
||||
.accordion .in{margin-bottom:9px;}
|
||||
.carousel{position:relative;line-height:1;}
|
||||
.carousel-inner{overflow:hidden;width:100%;position:relative;}
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
}
|
||||
|
||||
.accordion-body {
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin: 0 0 1px 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.accordion-inner {
|
||||
padding: 10px;
|
||||
margin-bottom: 0;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.accordion .in {
|
||||
|
|
Loading…
Reference in a new issue