Merge pull request #4956 from jonataswalker/fix-layout-examples

Fix Examples layout page
This commit is contained in:
Andreas Hocevar
2016-03-02 19:09:42 +01:00
parent e8cd5e322f
commit bef31dc386
4 changed files with 20 additions and 16 deletions

View File

@@ -32,12 +32,15 @@ body {
.navbar-nav>li>a {
color: white;
}
.search-form, .version-form {
position: absolute;
left: 450px;
.display-table {
display: table;
}
.version-form, .navbar-form {
display: table-cell;
vertical-align: middle;
}
.version-form {
top: 5px;
color: #333;
}
#title {