2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

cleanup accordion css and add comments

This commit is contained in:
Mark Otto
2012-01-17 23:24:59 -08:00
parent 9372fdbf97
commit 51f5b7b8af
4 changed files with 11 additions and 16 deletions
+3 -6
View File
@@ -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: Tue Jan 17 23:17:49 PST 2012
* Date: Tue Jan 17 23:24:38 PST 2012
*/
html, body {
margin: 0;
@@ -2937,7 +2937,7 @@ a.thumbnail:hover {
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;
margin-bottom: 18px;
}
.accordion-group {
background-color: #f5f5f5;
@@ -2950,15 +2950,12 @@ a.thumbnail:hover {
border-bottom: 0;
}
.accordion-body {
margin: 0 0 2px;
margin-bottom: 2px;
}
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
.accordion .in {
margin-bottom: 9px;
}
.carousel {
position: relative;
line-height: 1;