1410 alignement du sélecteur d'espaces
This commit is contained in:
parent
12c12ff9bf
commit
7d23918617
@ -551,6 +551,8 @@ body > nav {
|
||||
|
||||
/* Items du menu */
|
||||
|
||||
|
||||
|
||||
nav a>img {
|
||||
margin: -4px 0;
|
||||
vertical-align: middle;
|
||||
@ -587,6 +589,7 @@ nav ul {
|
||||
nav li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
nav li ul {
|
||||
@ -617,6 +620,8 @@ nav #menuSelectCourse {
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
nav .navSub a{
|
||||
background-color:red !important;
|
||||
|
Loading…
Reference in New Issue
Block a user