docs: Fixed alignment of versions dropdown check

This commit is contained in:
Federico Zivolo 2017-09-05 13:57:53 +02:00
parent 7e4c64e547
commit 96ab8408f4
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: .4rem .6rem;
background-position: .4rem 1.1rem;
background-size: .75rem .75rem; }
.bd-navbar .nav-item {
position: relative; }

File diff suppressed because one or more lines are too long

View File

@ -70,7 +70,7 @@
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: .4rem .6rem;
background-position: .4rem 1.1rem;
background-size: .75rem .75rem;
}