mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 20:57:58 -05:00
make accordions little bit smoother
This commit is contained in:
11
bootstrap.css
vendored
11
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 18:32:40 PST 2012
|
||||
* Date: Sun Jan 15 21:48:07 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
@@ -2942,17 +2942,18 @@ a.thumbnail:hover {
|
||||
.accordion-heading {
|
||||
padding: 5px 10px;
|
||||
border: 1px solid #ddd;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.accordion-body {
|
||||
padding: 10px;
|
||||
margin-left: 0;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.accordion-inner {
|
||||
padding: 10px;
|
||||
border: 1px solid #ddd;
|
||||
border-top: 0;
|
||||
display: none;
|
||||
}
|
||||
.accordion .in {
|
||||
display: block;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.carousel {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user