mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
21 lines
269 B
CSS
21 lines
269 B
CSS
body {
|
|
font-family: arial, verdana, sans-serif;
|
|
font-size: 12pt;
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
margin: 0;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
input {
|
|
font-size: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
input[type="text"] {
|
|
width: 8em;
|
|
max-width: 75%;
|
|
padding: 0.4em;
|
|
}
|
|
|