tabs - fix typo

This commit is contained in:
Josh south 2017-03-01 23:38:40 -08:00
parent 10784215e0
commit f401035ddf
1 changed files with 5 additions and 11 deletions

View File

@ -767,11 +767,6 @@ i.fa.fa-question {
width: 200px; width: 200px;
} }
/*.toc-nav {
padding: 10px 10px 30px 20px;
}*/
.toc-nav ul { .toc-nav ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
@ -911,9 +906,9 @@ input:checked+.slider:before {
.tabs li a { .tabs li a {
color: #fff; color: #fff;
padding: 17px 20px 11px; padding: 17px 15px 11px;
float: left; float: left;
opacity: 0.7; opacity: 0.8;
font-weight: 600; font-weight: 600;
} }
@ -924,10 +919,9 @@ input:checked+.slider:before {
.tabs li.active a { .tabs li.active a {
background: transparent !important; background: transparent !important;
color: #fff4; color: #fff;
cursor: default; cursor: default;
border-bottom: 4px solid #fff; border-bottom: 4px solid #fff;
opacity: 1;
} }
@ -1684,12 +1678,12 @@ footer {
} }
.tabs { .tabs {
float: left; float: left;
margin: 0px 0 0 -12px; margin: 0px 0 0 -10px;
width: 360px width: 360px
} }
.tabs li a { .tabs li a {
padding: 13px 5px 8px 5px; padding: 13px 5px 8px 5px;
opacity: 0.5; opacity: 1;
font-size: 11px; font-size: 11px;
} }
.tabs li a:hover { .tabs li a:hover {