tweaked config and lang classes.
This commit is contained in:
@@ -61,12 +61,6 @@
|
||||
.wrapper h2:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #eee;
|
||||
font-size: 12px;
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -81,9 +75,5 @@
|
||||
|
||||
<p>Need to learn more? Peruse our <a href="http://laravel.com">wonderful documentation</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="wrapper footer">
|
||||
<?php echo Benchmark::check('laravel').'ms | '.Benchmark::memory().'mb'; ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user