aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-15 21:58:45 -0800
committerJacob Thornton <[email protected]>2012-01-15 21:58:45 -0800
commit7ec4e91324e6e490291f3de22e1127c4fa55f82a (patch)
tree7d1b22c798e60fe5d3eaa5fa0e21ca16db5fe35d /bootstrap.css
parent87bd0e0b88b9c5a836bfde1478839e542c74ac05 (diff)
downloadbootstrap-7ec4e91324e6e490291f3de22e1127c4fa55f82a.tar.xz
bootstrap-7ec4e91324e6e490291f3de22e1127c4fa55f82a.zip
reorder properties
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css
index efc134317..8b82efd57 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;