2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

update property order and do some misc cleanup

This commit is contained in:
Mark Otto
2011-11-17 01:28:42 -08:00
parent 159c7a7fda
commit 4e6275d0fe
13 changed files with 105 additions and 118 deletions
+2 -5
View File
@@ -1,8 +1,8 @@
// Tabs and Pills
.tabs,
.pills {
margin: 0 0 20px;
padding: 0;
margin: 0 0 20px;
list-style: none;
.clearfix();
> li {
@@ -183,8 +183,8 @@
// Pills
.pills {
a {
margin: 5px 3px 5px 0;
padding: 0 15px;
margin: 5px 3px 5px 0;
line-height: 30px;
text-shadow: 0 1px 1px @white;
.border-radius(15px);
@@ -208,9 +208,6 @@
}
// Tabbable areas
.tab-content,
.pill-content {
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;