Title: Typos in css.php
Last modified: August 21, 2016

---

# Typos in css.php

 *  [Mark Tuttle](https://wordpress.org/support/users/markrtuttle/)
 * (@markrtuttle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/typos-in-cssphp/)
 * 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)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/typos-in-cssphp/#post-4087418)
 * Try posting on the theme’s dedicated forum: [http://forum.bytesforall.com/](http://forum.bytesforall.com/)
   
   You should get a faster & more informed response there.

Viewing 1 replies (of 1 total)

The topic ‘Typos in css.php’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/atahualpa/3.7.24/screenshot.png)
 * Atahualpa
 * [Support Threads](https://wordpress.org/support/theme/atahualpa/)
 * [Active Topics](https://wordpress.org/support/theme/atahualpa/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/atahualpa/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/atahualpa/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/typos-in-cssphp/#post-4087418)
 * Status: not resolved