trivial: Fix indentation

This was all over the shop. Fix it.

Change-Id: I3c4b12d95624fbfe4b2c2db535e381b6bce5d511
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-02-21 15:07:04 +00:00
parent 48a16b0b4b
commit 1c1fdcbd7a
2 changed files with 35 additions and 34 deletions

View File

@ -23,11 +23,13 @@
.deprecated-badge .docs-dropdown .dropdown-menu a {
padding: 5px 25px;
margin-top: 0px; }
margin-top: 0px;
}
.deprecated-badge .docs-dropdown > .dropdown-menu > li.current {
padding: 5px 25px;
text-align: left; }
text-align: left;
}
.deprecated-badge a:hover {
text-decoration: underline;

View File

@ -8,18 +8,17 @@
margin-top: 10px !important;
}
.search-container-mobile
{
.search-container-mobile {
display: none !important;
position: relative !important;
width: 100% !important;
}
@media (max-width: 767px), only screen and (max-device-width: 1024px) {
.search-container-mobile
{
.search-container-mobile {
display: block !important;
}
.search-container {
display: none !important;
}