mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 02:55:24 +08:00
44 lines
409 B
CSS
44 lines
409 B
CSS
|
|
/**
|
|
* .SML-@type where @type is the value of the JSON-LD "@type":
|
|
* See http://schema.org/
|
|
*/
|
|
|
|
.SML-FlightReservation {
|
|
}
|
|
|
|
.SML-Airline {
|
|
}
|
|
|
|
.SML-Airport {
|
|
}
|
|
|
|
.SML-Flight {
|
|
}
|
|
|
|
.SML-FoodEstablishmentReservation {
|
|
}
|
|
|
|
.SML-FoodEstablishment {
|
|
}
|
|
|
|
.SML-ParcelDelivery {
|
|
}
|
|
|
|
.SML-Order {
|
|
}
|
|
|
|
.SML-Organization {
|
|
}
|
|
|
|
.SML-Product {
|
|
}
|
|
|
|
.SML-PostalAddress {
|
|
}
|
|
|
|
.SML-Person {
|
|
}
|
|
|
|
.SML-PromotionCard {
|
|
}
|