removed css style not needed
This commit is contained in:
parent
2cb33d6082
commit
176f33a829
|
|
@ -3,22 +3,6 @@
|
|||
@section('title')
|
||||
@lang("Installer.title")
|
||||
@stop
|
||||
|
||||
@section('head')
|
||||
<style>
|
||||
.modal-header {
|
||||
background-color: transparent !important;
|
||||
color: #666 !important;
|
||||
text-shadow: none !important;;
|
||||
}
|
||||
.alert-success {
|
||||
background-color: #dff0d8 !important;
|
||||
border-color: #d6e9c6 !important;
|
||||
color: #3c763d !important;
|
||||
}
|
||||
</style>
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-7 col-md-offset-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue