Deploy website

Deploy website version based on 684c80ebbe
This commit is contained in:
Website Deployment Script 2017-11-16 17:25:16 +00:00
parent 684c80ebbe
commit b18b8f5f93

View file

@ -1009,6 +1009,8 @@ pre code {
#languages-dropdown {
position: absolute;
width:100%;
/* positioning can block the main menu on mobile */
pointer-events: none;
}
#languages-dropdown.visible {
display: flex;
@ -1021,6 +1023,7 @@ ul#languages-dropdown-items {
background-color: #2E8555;
flex-direction: column;
min-width: 120px;
pointer-events: all;
}
ul#languages li {