Update style for rules template
This commit is contained in:
parent
ac2da1af66
commit
3732e7b46e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="f-nav-links">
|
||||
@yield ('crumbs')
|
||||
</div>
|
||||
<section class="f-main f-rules">
|
||||
<section id="fork-rules" class="f-main">
|
||||
<h2>{!! __('Forum rules') !!}</h2>
|
||||
<div id="id-rules">{!! $p->rules !!}</div>
|
||||
@if ($form = $p->form)
|
||||
|
|
|
@ -974,7 +974,7 @@ body,
|
|||
/***********/
|
||||
/* Правила */
|
||||
/***********/
|
||||
#fork #id-rules {
|
||||
#fork-rules #id-rules {
|
||||
padding: 0.625rem;
|
||||
border: 0.0625rem solid #AA7939;
|
||||
background-color: #F8F4E3;
|
||||
|
|
Loading…
Add table
Reference in a new issue