mirror of https://github.com/codefeathers/magnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
481 B
25 lines
481 B
body {
|
|
padding: 50px;
|
|
font: 14px "Roboto", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
code {
|
|
display: inline;
|
|
padding: 6px;
|
|
background: #FEE;
|
|
color: red;
|
|
}
|
|
|
|
pre {
|
|
background: #EEE;
|
|
padding: 40px;
|
|
white-space: pre-wrap; /* css-3 */
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|