SMF Support > SMF 2.0.x Support
Template error
(1/1)
DarkGênesis:
Well, updated for the new version of SMF 2.0 Beta 4 and occurred in the following template DarkBreak.
Popsikle:
Most themes wont work with beta 4. You can try adding this to the theme's css file. It fixed it for me.
--- Code: ---/* ************************************* */
/* Added to make b4 compat */
/* ************************************* */
ul, ul li {
padding: 0;
margin: 0;
list-style: none;
}
ul.normallist {
padding-left: 2em;
}
ul.normallist li {
list-style: disc;
}
.post ul {
padding-left: 2em;
}
.post ul li {
list-style: disc;
}
.post ul li li {
list-style: circle;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}
ul.horizlist {
width: 100%;
}
ul.horizlist li {
float: left;
padding: 0.2em 0.4em 0.2em 0.4em;
vertical-align: top;
}
ul.nolist li {
display: inline;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac. \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac. */
/* ************************************* */
/* End Add */
/* ************************************* */
--- End code ---
Navigation
[0] Message Index
Go to full version