Won't fix Small typo: file_uploader.css

Steve F

Well-known member
Extra ';' at the end of @property "/secondaryContent.background";

Code:
.uploadedFile
{
    @property "secondaryContent.background";
    background: @primaryLightest url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
    @property "/secondaryContent.background";;
 
    border: 1px solid @primaryLighterStill;
    border-radius: 3px;
    font-size: 11px;
    padding: 5px;
    box-sizing: border-box;
    margin-right: @ctrlUnitEdgeSpacer;
 
    display: none;
}
 
This is on par with double semi-colons in PHP, except this will show up as outdated if someone has edited this file. As such, it's not worth changing.
 
Top Bottom