Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 4f48f40

Browse files
committedFeb 24, 2016
fixed running unit tests
1 parent 0d0864f commit 4f48f40

File tree

7 files changed

+916
-943
lines changed

7 files changed

+916
-943
lines changed
 

‎dist/css/print.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
.swagger-section pre .vhdl .attribute,
8383
.swagger-section pre .clojure .attribute,
8484
.swagger-section pre .coffeescript .property {
85-
color: #8888ff;
85+
color: #88F;
8686
}
8787
.swagger-section pre .keyword,
8888
.swagger-section pre .id,
@@ -124,11 +124,11 @@
124124
display: block;
125125
overflow-x: auto;
126126
padding: 0.5em;
127-
background: #f0f0f0;
127+
background: #F0F0F0;
128128
}
129129
.swagger-section .hljs,
130130
.swagger-section .hljs-subst {
131-
color: #444444;
131+
color: #444;
132132
}
133133
.swagger-section .hljs-keyword,
134134
.swagger-section .hljs-attribute,
@@ -143,7 +143,7 @@
143143
.swagger-section .hljs-bullet,
144144
.swagger-section .hljs-code,
145145
.swagger-section .hljs-addition {
146-
color: #1f811f;
146+
color: #1F811F;
147147
}
148148
.swagger-section .hljs-regexp,
149149
.swagger-section .hljs-symbol,
@@ -152,7 +152,7 @@
152152
.swagger-section .hljs-link,
153153
.swagger-section .hljs-selector-attr,
154154
.swagger-section .hljs-selector-pseudo {
155-
color: #bc6060;
155+
color: #BC6060;
156156
}
157157
.swagger-section .hljs-type,
158158
.swagger-section .hljs-string,
@@ -173,7 +173,7 @@
173173
color: #888888;
174174
}
175175
.swagger-section .hljs-meta {
176-
color: #2b6ea1;
176+
color: #2B6EA1;
177177
}
178178
.swagger-section .hljs-emphasis {
179179
font-style: italic;

‎dist/css/screen.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
.swagger-section pre .vhdl .attribute,
8383
.swagger-section pre .clojure .attribute,
8484
.swagger-section pre .coffeescript .property {
85-
color: #8888ff;
85+
color: #88F;
8686
}
8787
.swagger-section pre .keyword,
8888
.swagger-section pre .id,
@@ -124,11 +124,11 @@
124124
display: block;
125125
overflow-x: auto;
126126
padding: 0.5em;
127-
background: #f0f0f0;
127+
background: #F0F0F0;
128128
}
129129
.swagger-section .hljs,
130130
.swagger-section .hljs-subst {
131-
color: #444444;
131+
color: #444;
132132
}
133133
.swagger-section .hljs-keyword,
134134
.swagger-section .hljs-attribute,
@@ -143,7 +143,7 @@
143143
.swagger-section .hljs-bullet,
144144
.swagger-section .hljs-code,
145145
.swagger-section .hljs-addition {
146-
color: #1f811f;
146+
color: #1F811F;
147147
}
148148
.swagger-section .hljs-regexp,
149149
.swagger-section .hljs-symbol,
@@ -152,7 +152,7 @@
152152
.swagger-section .hljs-link,
153153
.swagger-section .hljs-selector-attr,
154154
.swagger-section .hljs-selector-pseudo {
155-
color: #bc6060;
155+
color: #BC6060;
156156
}
157157
.swagger-section .hljs-type,
158158
.swagger-section .hljs-string,
@@ -173,7 +173,7 @@
173173
color: #888888;
174174
}
175175
.swagger-section .hljs-meta {
176-
color: #2b6ea1;
176+
color: #2B6EA1;
177177
}
178178
.swagger-section .hljs-emphasis {
179179
font-style: italic;

0 commit comments

Comments
 (0)