mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
11 lines
179 B
CSS
11 lines
179 B
CSS
.mt-output .mt-token {
|
|
border: 1px solid #ddd;
|
|
white-space: pre;
|
|
font-family: "Consolas", monospace;
|
|
text-align: center;
|
|
}
|
|
|
|
.mt-output .mt-style {
|
|
font-size: x-small;
|
|
}
|