tweaked config and lang classes.

This commit is contained in:
Taylor Otwell
2011-08-02 20:20:17 -05:00
parent f087df9bb8
commit 3583bc3b09
3 changed files with 13 additions and 13 deletions

View File

@@ -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>