hippie-style/elements/_embedded.scss
Stephan b60dd80cd5 added current state from hippie main repo
commit state 175816
source/style/hippie
2019-11-12 20:18:02 +01:00

64 lines
376 B
SCSS

// Embedded content
// -----------------------------------------------------------------------------
// picture
// source
// img
// iframe
// embed
// object
// param
// video
// audio
// track
// map
// area
picture {
}
source {
}
img {
vertical-align: top;
}
iframe {
}
embed {
}
object {
}
param {
}
video {
}
audio {
}
track {
}
map {
}
area {
}