Explorar o código

Update home timeline view

Daniel Supernault %!s(int64=5) %!d(string=hai) anos
pai
achega
62b35e25c4
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      resources/views/timeline/home.blade.php

+ 2 - 5
resources/views/timeline/home.blade.php

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