style(luggage): make em horizontal
parent
66233b6984
commit
ab180f1640
|
|
@ -22,6 +22,10 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 1px 1px #000;
|
text-shadow: 1px 1px #000;
|
||||||
}
|
}
|
||||||
|
.luggage {
|
||||||
|
float: left;
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue