I messed myself up in CSS somehow. I tweaked some setting and ended up repointing three images to the wrong directory.
I tried to unload changes and go back to Cutline as delivered and still those images are pointed to the wrong directory.
http://conservativethoughts.wordpress.com/images/hr_dot_black.gif
http://conservativethoughts.wordpress.com/images/hr_tag_sep.gif
http://conservativethoughts.wordpress.com/images/hr_title_sep.gif
Also using webdeveloper I noticed I have:
http://matt.wordpress.com/blank.css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Matt on WordPress</title>
<link rel="stylesheet" href="http://s.wordpress.com/wp-content/themes/pub/andreas04/style.css" type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="pingback" href="http://matt.wordpress.com/xmlrpc.php" />
<style type="text/css">
[...]
shouldn't the style sheet reference Cutline and not andreas04?
Maybe what I really need is a rest to default cutline to undo this?
Thanks for any help you can provide.