2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

new plugin "collapse" for collapsible lists and "accordion" like support

This commit is contained in:
Jacob Thornton
2011-11-25 17:23:14 -08:00
parent 96adf8f918
commit 98fddaa355
6 changed files with 322 additions and 31 deletions
+16
View File
@@ -473,3 +473,19 @@ h2 + table {
}
}
#accordion dt a{
display:block;
padding: 9px 15px;
line-height: 1;
background-color: whiteSmoke;
border: 1px solid #EEE;
border-top-color: #fff;
}
#accordion dt:first-child a {
border-top-color:#eee;
}
#accordion dd p {
padding: 10px;
}