mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
19 lines
359 B
CSS
19 lines
359 B
CSS
/* RESET */
|
|
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset{
|
|
border: 0;
|
|
font: inherit;
|
|
font-size: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
input{
|
|
vertical-align: middle;
|
|
}
|
|
textarea{
|
|
width: 100%;
|
|
max-width: 100%!important;
|
|
}
|
|
img {
|
|
border: none;
|
|
}
|