git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Web Inspector: Formatter: Pretty Print HTML resources (including inline <script>...
[WebKit-https.git]
/
Source
/
WebInspectorUI
/
Tools
/
CodeMirrorModes
/
styles.css
1
body {
2
font-family: Arial, sans-serif;
3
line-height: 1.5;
4
max-width: 64em;
5
margin: 2em auto;
6
padding: 0 1em;
7
}
8
9
h1 {
10
letter-spacing: -3px;
11
font-size: 3.23em;
12
font-weight: bold;
13
margin: 0;
14
}
15
16
.CodeMirror {
17
height: auto;
18
}
19
20
.CodeMirror .CodeMirror-lines {
21
padding: 4px 0;
22
}