Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Just added some comments

Cette révision appartient à :
akuma06 2017-05-26 15:57:25 +02:00
Parent 06ddecd977
révision 566e0b7f21

Voir le fichier

@ -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;