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:
parent
48a16b0b4b
commit
1c1fdcbd7a
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user