This has bugged me for a bit (maybe I'm doing something wrong).
But when using the template editor with the asset folder, you can't properly space things using shift-tab. You can test using this CSS:
Code:
Read more
Читать далее...
But when using the template editor with the asset folder, you can't properly space things using shift-tab. You can test using this CSS:
Code:
Код:
.section
{
color: pink;
&.section-feature
{
background: url(styles/default/xenforo/ellipse.png) no-repeat right center;
color: yellow;
.section-description
{
font-size: @xf-fontSizeSmallest;
}
}
}
.section
{
color: pink;
&.section-feature...
Read more
Читать далее...