1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-30 04:28:58 +01:00

css changes

This commit is contained in:
TJ Horner 2017-08-21 23:01:32 -07:00
parent 94d3a184bc
commit d8a18b711e
3 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ header {
.header-inner a {
color: white;
text-decoration: none;
margin-right: 15px;
margin-right: 15px;
}
.header-inner a.home {
@ -132,6 +132,7 @@ a.home {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
z-index: 5;
padding-top: 10px;
}
.hero-typeahead .typeahead-result {

View File

@ -1 +1 @@
This method is used to authenticate an existing Telegram user. If the user needs to register an account, they should use [auth.signUp](#!/method/auth.signUp) to register their number with the system.Signs in a user with a validated phone number.
This method is used to authenticate an existing Telegram user. If the user needs to register an account, they should use [auth.signUp](#!/method/auth.signUp) to register their number with the system.

View File

@ -3,7 +3,7 @@
<title>{{ title ? title + " // " : "" }}TL-Schema Explorer</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v10">
<link rel="stylesheet" href="/css/styles.css?v11">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/rgs.css">
<link rel="shortcut icon" href="/img/telegram-circle.png">