Update style for redirect template
This commit is contained in:
parent
3732e7b46e
commit
b2d7e962e4
2 changed files with 5 additions and 5 deletions
|
@ -17,9 +17,9 @@
|
|||
<div id="fork">
|
||||
<main>
|
||||
<section id="fork-rdrct" class="f-main">
|
||||
<h2>{!! __('Redirecting') !!}</h2>
|
||||
<p>{!! __($p->message) !!} {!! __('Redirecting...') !!}</p>
|
||||
<p><a href="{{ $p->link }}">{!! __('Click redirect') !!}</a></p>
|
||||
<h2 id="id-rdrct-h2">{!! __('Redirecting') !!}</h2>
|
||||
<p class="f-rdrct-p">{!! __($p->message) !!} {!! __('Redirecting...') !!}</p>
|
||||
<p class="f-rdrct-p"><a href="{{ $p->link }}">{!! __('Click redirect') !!}</a></p>
|
||||
</section>
|
||||
</main>
|
||||
<!-- debuginfo -->
|
||||
|
|
|
@ -987,14 +987,14 @@ body,
|
|||
border: 0.0625rem solid #AA7939;
|
||||
}
|
||||
|
||||
#fork-rdrct > h2 {
|
||||
#fork-rdrct #id-rdrct-h2 {
|
||||
display: block;
|
||||
padding: 0.625rem;
|
||||
background-color: #F8F4E3;
|
||||
border-bottom: 0.0625rem solid #AA7939;
|
||||
}
|
||||
|
||||
#fork-rdrct > p {
|
||||
#fork-rdrct .f-rdrct-p {
|
||||
padding: 0.625rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue