Browse Source

#198 ran gulp

bubble
Anna Bodnia 8 years ago
parent
commit
65877f339b
8 changed files with 8544 additions and 8524 deletions
  1. +1
    -1
      dist/css/print.css
  2. +1
    -1
      dist/css/screen.css
  3. BIN
     
  4. BIN
     
  5. +8529
    -8509
      dist/swagger-ui.js
  6. +11
    -11
      dist/swagger-ui.min.js
  7. +1
    -1
      src/main/html/css/print.css
  8. +1
    -1
      src/main/html/css/screen.css

+ 1
- 1
dist/css/print.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


+ 1
- 1
dist/css/screen.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


BIN
View File


BIN
View File


+ 8529
- 8509
dist/swagger-ui.js
File diff suppressed because it is too large
View File


+ 11
- 11
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/main/html/css/print.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


+ 1
- 1
src/main/html/css/screen.css View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,


Loading…
Cancel
Save