Title: CSS errors is defaul theme
Last modified: August 19, 2016

---

# CSS errors is defaul theme

 *  [Buca](https://wordpress.org/support/users/sharfeddin/)
 * (@sharfeddin)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/css-errors-is-defaul-theme/)
 * In style.css file for the default them I found these CSS errors. Are these important?
   Can I delete them?
 *     ```
       .entry ul li:before, #sidebar ul ul li:before {
           content: "0BB 020";
           }
   
       #respond:after {
               content: ".";
               display: block;
               height: 0;
               clear: both;
               visibility: hidden;
           }
       ```
   

Viewing 1 replies (of 1 total)

 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/css-errors-is-defaul-theme/#post-962460)
 * > In style.css file for the default them I found these CSS errors.
 * Both are **valid** [CSS 2.1 specs](http://www.w3.org/TR/CSS21/generate.html).
   
   The “`content: "\00BB \0020";`” its a double angle quotes or raquo symbols (»)
   for replacing the bullet list items on sidebar widgets and the “`#respond:after{...}`”
   are for clearing [floats](http://www.w3.org/TR/CSS21/visuren.html#floats).
 * > Can I delete them?
 * I think you could delete the first one as its just for visual purpose.

Viewing 1 replies (of 1 total)

The topic ‘CSS errors is defaul theme’ is closed to new replies.

## Tags

 * [default theme](https://wordpress.org/support/topic-tag/default-theme/)

 * 1 reply
 * 2 participants
 * Last reply from: [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/css-errors-is-defaul-theme/#post-962460)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
