Skip to content

Commit

Permalink
CSS fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Zhang committed Sep 7, 2016
1 parent f2d8f83 commit 336dbb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ footer {
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-height: 0;
height: 0px;
display: block;
overflow: hidden;
opacity: 0
}

.dropdown.open .dropdown-menu {
max-height: 300px;
height: auto;
opacity: 1
}
}
Expand Down
4 changes: 2 additions & 2 deletions web/assets/css/docs_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ footer {
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
max-height: 0;
height: 0px;
display: block;
overflow: hidden;
opacity: 0
}

.dropdown.open .dropdown-menu {
max-height: 300px;
height: auto;
opacity: 1
}
}
Expand Down

0 comments on commit 336dbb9

Please sign in to comment.