diff --git a/api_explorer/css/screen.css b/api_explorer/css/screen.css index ef4673db9..b529a18d9 100644 --- a/api_explorer/css/screen.css +++ b/api_explorer/css/screen.css @@ -1298,3 +1298,15 @@ .swagger-section .swagger-expand:before { content: "+"; } +.token-link { + line-height: 1; + text-decoration: none; + font-family: "Droid Sans", sans-serif; + max-width: 960px; + float: right; + padding: 5px; + margin-right: 100px; +} +.token-link > a { + text-decoration: none; +} \ No newline at end of file diff --git a/api_explorer/index.html b/api_explorer/index.html index 0077bd162..73565529a 100644 --- a/api_explorer/index.html +++ b/api_explorer/index.html @@ -112,6 +112,7 @@