Just added some comments
Cette révision appartient à :
Parent
06ddecd977
révision
566e0b7f21
1 fichiers modifiés avec 3 ajouts et 1 suppressions
|
@ -63,7 +63,8 @@ float: right; }
|
|||
.h-logo { height: 60px; }
|
||||
.h-logo, .h-nav {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
float: left;
|
||||
/* Property is ignored due to the display. With 'display: inline-block', float properties have no effect. */
|
||||
}
|
||||
.header .h-logo img {
|
||||
height: 60px;
|
||||
|
@ -174,6 +175,7 @@ select.form-input {
|
|||
float: left;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
/* Property is ignored due to the display. With 'display: block', vertical-align should not be used. */
|
||||
vertical-align: middle;
|
||||
max-width: 100px;
|
||||
|
||||
|
|
Référencer dans un nouveau ticket