Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
joylazari committed Mar 3, 2015
1 parent d7237fc commit 0c6cfe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gionnivaleriana/laravel-adminlte",
"description": "Almsaeed's AdminLTE Template for Sleeping Owl Admin Generator plugin for Laravel 5",
"description": "Almsaeed's AdminLTE Template for Sleeping Owl's Admin Generator plugin for Laravel 5",
"require": {
"php": ">=5.4.0",
"laravel/framework": "~5.0",
Expand Down
1 change: 1 addition & 0 deletions src/views/_layout/base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<style>
/* Override SleepingOwl all.min.css conflicts */
.sidebar { width: inherit; margin-top: inherit; }
.sidebar ul li { border: none; }
</style>

@include('adminlte::_layout.css')
Expand Down

0 comments on commit 0c6cfe4

Please sign in to comment.