Sfoglia il codice sorgente

Update timeline view

Daniel Supernault 5 anni fa
parent
commit
9c66d9c439
1 ha cambiato i file con 0 aggiunte e 13 eliminazioni
  1. 0 13
      resources/views/timeline/local.blade.php

+ 0 - 13
resources/views/timeline/local.blade.php

@@ -6,19 +6,6 @@
 
 @endsection
 
-@if($layout == 'grid')
-@push('styles')
-<style type="text/css">
-	body {
-		background: #fff !important;
-	}
-	.navbar.border-bottom {
-		border-bottom: none !important;
-	}
-</style>
-@endpush
-@endif
-
 @push('scripts')
 <script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
 <script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>