Merge pull request #10797 from muhammadcahya/master

Efficiency CSS on Requirement Checker
This commit is contained in:
Alexander Makarov
2016-02-10 12:06:29 +03:00
2 changed files with 66 additions and 6814 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -11,12 +11,11 @@
</head>
<body>
<div class="container">
<div class="header">
<header>
<h1>Yii Application Requirement Checker</h1>
</div>
</header>
<hr>
<div class="content">
<main>
<h3>Description</h3>
<p>
This script checks if your server configuration meets the requirements
@@ -67,15 +66,12 @@
</tr>
<?php endforeach; ?>
</table>
</div>
</main>
<hr>
<div class="footer">
<footer>
<p>Server: <?php echo $this->getServerInfo() . ' ' . $this->getNowDate() ?></p>
<p>Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a></p>
</div>
</footer>
</div>
</body>
</html>