mirror of
https://github.com/myvesta/vesta.git
synced 2025-01-12 22:12:53 -08:00
21 lines
347 B
CSS
21 lines
347 B
CSS
html, body, div, span, applet, object, iframe {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.vst-advanced {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#vstobjects{
|
|
padding-top: 182px;
|
|
min-height: 370px;
|
|
height: auto !important;
|
|
height: 370px;
|
|
width: 1000px;
|
|
}
|