Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update foundation.css
update tab styles
  • Loading branch information
thetemplateblog committed Apr 2, 2014
1 parent 031b394 commit 1540a93
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions css/foundation.css
Expand Up @@ -5948,7 +5948,7 @@ meta.foundation-mq-topbar {
background: #333333;
}
.contain-to-grid .top-bar {
margin-bottom: 1.875em;
margin-bottom: 0;
}

.fixed {
Expand Down Expand Up @@ -5980,7 +5980,7 @@ meta.foundation-mq-topbar {
line-height: 45px;
position: relative;
background: #333333;
margin-bottom: 1.875em;
margin-bottom: 0;
}
.top-bar ul {
margin-bottom: 0;
Expand Down Expand Up @@ -6277,7 +6277,7 @@ meta.foundation-mq-topbar {
.contain-to-grid .top-bar {
max-width: 62.5rem;
margin: 0 auto;
margin-bottom: 1.875em;
margin-bottom: 0;
}

.top-bar-section {
Expand Down Expand Up @@ -7966,3 +7966,23 @@ th.hide-for-touch {
.touch th.show-for-touch {
display: table-cell !important;
}

.tabs.vertical dd {
margin-bottom: 5px !important;
}
.tabs.vertical dd > a {
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}
.tabs.vertical dd.active {
margin-right: -10px;
}
.tabs.vertical dd.active a {
border-right: 1px solid white;
}

.tabs-content.vertical > .content.active {
border-left: 1px solid #e5e5e5;
margin-left: 10px;
}

0 comments on commit 1540a93

Please sign in to comment.