Support » Theme: Atahualpa » Typos in css.php

  • In Atahualpa Version 3.7.12, there are two typos in css.php that generate css sytax errors (and the parsing errors seem to contribute to styling issues on my site).

    At line 1799 (stripping comments for readability) the width property is given two values auto and 100% which is not legal.


    .wp-caption {
    max-width: 96%;
    width: auto 100%;
    height: auto;
    display: block;
    <?php bfa_incl('post_image_caption_style') ?>
    }

    At line 2853 (again stripping comments) there is a missing comma at the end of the second line that makes this definition unparseable.


    * html ul.rMenu-vRight li.sfhover ul,
    * html ul.rMenu-hRight ul.sub-menu li.sfhover ul
    * html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul
    {
    left: -60%;
    }

    I’m posting here instead of in the BytesForAll forums because I could not find a forum there with the appropriate subject definition.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Typos in css.php’ is closed to new replies.