mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-18 21:30:42 +00:00
22 lines
222 B
CSS
22 lines
222 B
CSS
body {
|
|
font-size: small;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
p {
|
|
line-height: 0;
|
|
}
|
|
|
|
p:first-child {
|
|
display: inline;
|
|
}
|
|
|
|
h1 {
|
|
display: inline;
|
|
}
|
|
|
|
iframe, object {
|
|
border: 1px black solid;
|
|
margin: 2px;
|
|
}
|