mirror of https://github.com/docker/docs.git
Fixed tab style.
This commit is contained in:
parent
159af526f2
commit
723e3a803c
|
@ -67,6 +67,11 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group {
|
.btn-group {
|
||||||
|
&.tabs {
|
||||||
|
.btn {
|
||||||
|
padding: 6px 14px 6px 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.btn {
|
.btn {
|
||||||
.icon-dropdown {
|
.icon-dropdown {
|
||||||
&.icon:before {
|
&.icon:before {
|
||||||
|
@ -98,7 +103,7 @@ h4 {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -4px;
|
top: -4px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-dropdown {
|
.icon-dropdown {
|
||||||
|
|
Loading…
Reference in New Issue