Show More
@@ -171,4 +171,4 b' div.CodeMirror span.CodeMirror-nonmatchi' | |||||
171 | visibility: hidden; |
|
171 | visibility: hidden; | |
172 | } |
|
172 | } | |
173 |
|
173 | |||
174 |
} |
|
174 | } No newline at end of file |
@@ -14,7 +14,7 b' div.codeblock {' | |||||
14 | div.codeblock .code-header { |
|
14 | div.codeblock .code-header { | |
15 | border-bottom: 1px solid #CCCCCC; |
|
15 | border-bottom: 1px solid #CCCCCC; | |
16 | background: #EEEEEE; |
|
16 | background: #EEEEEE; | |
17 | padding:10px 0 10px 0; |
|
17 | padding: 10px 0 10px 0; | |
18 | } |
|
18 | } | |
19 |
|
19 | |||
20 | div.codeblock .code-header .stats { |
|
20 | div.codeblock .code-header .stats { | |
@@ -26,38 +26,38 b' div.codeblock .code-header .stats {' | |||||
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | div.codeblock .code-header .stats .left { |
|
28 | div.codeblock .code-header .stats .left { | |
29 | float:left; |
|
29 | float: left; | |
30 | } |
|
30 | } | |
31 | div.codeblock .code-header .stats .left.img { |
|
31 | div.codeblock .code-header .stats .left.img { | |
32 | margin-top:-2px; |
|
32 | margin-top: -2px; | |
33 | } |
|
33 | } | |
34 | div.codeblock .code-header .stats .left.item { |
|
34 | div.codeblock .code-header .stats .left.item { | |
35 | float:left; |
|
35 | float: left; | |
36 | padding: 0 9px 0 9px; |
|
36 | padding: 0 9px 0 9px; | |
37 | border-right:1px solid #ccc; |
|
37 | border-right: 1px solid #ccc; | |
38 | } |
|
38 | } | |
39 | div.codeblock .code-header .stats .left.item pre { |
|
39 | div.codeblock .code-header .stats .left.item pre { | |
40 | } |
|
40 | } | |
41 | div.codeblock .code-header .stats .left.item.last { |
|
41 | div.codeblock .code-header .stats .left.item.last { | |
42 | border-right:none; |
|
42 | border-right: none; | |
43 | } |
|
43 | } | |
44 | div.codeblock .code-header .stats .buttons { |
|
44 | div.codeblock .code-header .stats .buttons { | |
45 | float:right; |
|
45 | float: right; | |
46 | padding-right:4px; |
|
46 | padding-right: 4px; | |
47 | } |
|
47 | } | |
48 |
|
48 | |||
49 | div.codeblock .code-header .author { |
|
49 | div.codeblock .code-header .author { | |
50 | margin-left:25px; |
|
50 | margin-left: 25px; | |
51 | font-weight: bold; |
|
51 | font-weight: bold; | |
52 | height: 25px; |
|
52 | height: 25px; | |
53 | } |
|
53 | } | |
54 | div.codeblock .code-header .author .user { |
|
54 | div.codeblock .code-header .author .user { | |
55 | padding-top:3px; |
|
55 | padding-top: 3px; | |
56 | } |
|
56 | } | |
57 | div.codeblock .code-header .commit { |
|
57 | div.codeblock .code-header .commit { | |
58 | margin-left:25px; |
|
58 | margin-left: 25px; | |
59 | font-weight: normal; |
|
59 | font-weight: normal; | |
60 | white-space:pre; |
|
60 | white-space: pre; | |
61 | } |
|
61 | } | |
62 |
|
62 | |||
63 | div.codeblock .code-body table { |
|
63 | div.codeblock .code-body table { | |
@@ -90,8 +90,8 b' div.search-code-body pre .break {' | |||||
90 | display: block; |
|
90 | display: block; | |
91 | } |
|
91 | } | |
92 | div.annotatediv { |
|
92 | div.annotatediv { | |
93 | margin-left:2px; |
|
93 | margin-left: 2px; | |
94 | margin-right:4px; |
|
94 | margin-right: 4px; | |
95 | } |
|
95 | } | |
96 | .code-highlight { |
|
96 | .code-highlight { | |
97 | padding: 0px; |
|
97 | padding: 0px; | |
@@ -170,4 +170,4 b' div.annotatediv {' | |||||
170 | .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */ |
|
170 | .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */ | |
171 | .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */ |
|
171 | .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */ | |
172 | .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */ |
|
172 | .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */ | |
173 |
.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */ |
|
173 | .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */ No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now