mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
12 lines
203 B
CSS
12 lines
203 B
CSS
|
|
code {
|
|
background-color: #eeeeee;
|
|
text-shadow: none;
|
|
color: black;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
}
|