gecko-dev/testing/web-platform/tests/content-security-policy/README.css
James Graham dda86cd70e Bug 945222 - Initial import of web-platform-tests testsuite 1/4: test data
--HG--
extra : rebase_source : d635a4f39c587d4d381b486dd63de747865b77a2
2014-09-04 12:48:31 +01:00

28 lines
365 B
CSS

.code {
font-family: monospace;
color: darkorange;
}
.codeTitle {
font-family: sans-serif;
padding: .3em;
margin-bottom: -1em;
background: #ffe;
border-color: #ccc;
border-width: 1px;
border-style: groove;
}
.highlight1 {
background: yellow;
}
.highlight2 {
background: pink;
}
body {
font-family: sans-serif;
}