mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Minor style fixes
This commit is contained in:
@@ -10,7 +10,7 @@ $home = $this->getParam('home', '');
|
||||
|
||||
<ul class="margin-bottom-xl clear">
|
||||
<li class="pull-start margin-end margin-bottom-small"><a href="<?php echo $home; ?>/" target="_blank"><i class="icon-lamp"></i> Learn More</a></li>
|
||||
<li class="pull-start margin-end"><a href="<?php echo $home; ?>/docs" target="_blank"><i class="icon-book-open"></i> Documentation</a></li>
|
||||
<li class="pull-start margin-end"><a href="<?php echo $home; ?>/docs" target="_blank"><i class="icon-book-open"></i> Docs</a></li>
|
||||
<li class="pull-start margin-end"><a href="<?php echo $home; ?>/support" target="_blank"><i class="icon-lifebuoy"></i> Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"utopia-php/cli": "master",
|
||||
"utopia-php/locale": "master",
|
||||
"utopia-php/registry": "master",
|
||||
"utopia-php/domains": "master",
|
||||
|
||||
"chrisboulton/php-resque": "*",
|
||||
"chrisboulton/php-resque-scheduler": "*",
|
||||
|
||||
Generated
+55
-5
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "7f0595847c8db28a9cbfdc62f9c15c5f",
|
||||
"content-hash": "2974879777e4362ff4e8138a0e12f926",
|
||||
"packages": [
|
||||
{
|
||||
"name": "appwrite/php-clamav",
|
||||
@@ -1381,6 +1381,56 @@
|
||||
],
|
||||
"time": "2019-12-31T20:42:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/domains",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/domains.git",
|
||||
"reference": "c3cd70f119a8e9fa461d39d512b2a091034af97b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/domains/zipball/c3cd70f119a8e9fa461d39d512b2a091034af97b",
|
||||
"reference": "c3cd70f119a8e9fa461d39d512b2a091034af97b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Utopia\\Domains\\": "src/Domains"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Eldad Fux",
|
||||
"email": "eldad@appwrite.io"
|
||||
}
|
||||
],
|
||||
"description": "Utopia Domains library is simple and lite library for parsing web domains. This library is aiming to be as simple and easy to learn and use.",
|
||||
"keywords": [
|
||||
"domains",
|
||||
"framework",
|
||||
"icann",
|
||||
"php",
|
||||
"public suffix",
|
||||
"tld",
|
||||
"tld extract",
|
||||
"upf",
|
||||
"utopia"
|
||||
],
|
||||
"time": "2020-02-21T17:34:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/framework",
|
||||
"version": "dev-master",
|
||||
@@ -3156,12 +3206,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/Twig.git",
|
||||
"reference": "d876bc45c9b4cd115585ec5e6fcf522611469f20"
|
||||
"reference": "8a4f8816230de7ffca3c707776007a1c9d175e55"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d876bc45c9b4cd115585ec5e6fcf522611469f20",
|
||||
"reference": "d876bc45c9b4cd115585ec5e6fcf522611469f20",
|
||||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/8a4f8816230de7ffca3c707776007a1c9d175e55",
|
||||
"reference": "8a4f8816230de7ffca3c707776007a1c9d175e55",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3213,7 +3263,7 @@
|
||||
"keywords": [
|
||||
"templating"
|
||||
],
|
||||
"time": "2020-02-14T15:15:54+00:00"
|
||||
"time": "2020-02-21T08:29:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -245,7 +245,7 @@
|
||||
li {
|
||||
.margin-end-large;
|
||||
.pull-start;
|
||||
width: ~"calc(33% - 33px)";
|
||||
width: ~"calc(33% - 30.333px)";
|
||||
|
||||
.photo-title {
|
||||
width: ~"calc(100% + 30px)";
|
||||
|
||||
Reference in New Issue
Block a user