mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
9 lines
No EOL
147 B
CSS
9 lines
No EOL
147 B
CSS
|
|
body {
|
|
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
padding: 60px 50px;
|
|
}
|
|
|
|
h3.capitalize {
|
|
text-transform: capitalize;
|
|
} |