I noticed style.css contains conflict tokens from CVS, svn or whatever...

/* code for admin interface colors -- to be used if body text is a light color */
<<<<<<< style.css
/*$Id: style.css,v 1.10 2009/04/22 17:33:49 jrglasgow Exp $ */
div.admin {
  padding:0;
}

div.admin-panel h3 {
  background-color:#999 !important;
}

=======
/*$Id: style.css,v 1.10 2009/04/22 17:33:49 jrglasgow Exp $ */
>>>>>>> 1.7
tr.odd, tr.even,
tr.odd a, tr.even a {
  color:black;
}
CommentFileSizeAuthor
#1 simply_modern-461034-20091026.patch572 bytesjoestewart
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joestewart’s picture

Status: Active » Needs review
FileSize
572 bytes

simple patch removing conflict markers and extra Id line

Corey Smith’s picture

Status: Needs review » Closed (won't fix)