margin: auto;
usually works, text-align: center;
works for an inline element.margin: auto;
usually works, text-align: center;
works for an inline element.Code: Select all
<div class="panel">
<div class="inner">
<strong>{L_NO_READ_ACCESS}</strong>
</div>
</div>
panel
to rules
<strong>{L_NO_READ_ACCESS}</strong>
<strong style="color: red;">{L_NO_READ_ACCESS}</strong>
Code: Select all
.site-description h1 {
margin-right: 0;
}
Code: Select all
.site-description h1 {
margin-right: 0;
font-size: 3em;
}
.site-description p {
font-size: 2em;
}
background: url("../images/phpbb_logo.svg") top left no-repeat;
#page-header {
<p class="author"></p>
."{$web_path}styles/"
to "{$root_path}styles/"
.