diff –git a/swagger-ui/dist/css/screen.css b/swagger-ui/dist/css/screen.css index f214883..f5c779e 100644 — a/swagger-ui/dist/css/screen.css +++ b/swagger-ui/dist/css/screen.css @@ -1158,7 +1158,7 @@

  cursor: pointer;
}
.swagger-section #header {

+ background-color: e7f0f7;

  padding: 14px;
}
.swagger-section #header a#logo {

@@ -1193,7 +1193,7 @@

padding: 6px 8px;
font-size: 0.9em;
color: white;

+ background-color: #6090b0;

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;

diff –git a/swagger-ui/dist/images/logo_small.png b/swagger-ui/dist/images/logo_small.png index 5496a65..8891290 100644 Binary files a/swagger-ui/dist/images/logo_small.png and b/swagger-ui/dist/images/logo_small.png differ diff –git a/swagger-ui/dist/index.html b/swagger-ui/dist/index.html index caf4ef0..1ccb8cc 100644 — a/swagger-ui/dist/index.html +++ b/swagger-ui/dist/index.html @@ -1,7 +1,7 @@

<!DOCTYPE html>
<html>
<head>

+ <title>RentPath Mobile API Documentation</title>

<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>

@@ -67,7 +67,7 @@

<body class="swagger-section">
<div id='header'>
  <div class="swagger-ui-wrap">

+ <img src=“images/logo_small.png”></img>

<form id='api_selector'>
  <div class='input icon-btn'>
    <img id="show-pet-store-icon" src="images/pet_store_api.png" title="Show Swagger Petstore Example Apis">