After installing Garamond, my log gets a 'page not found' error, with the referrer being the log itself:

Location http://example.com/themes/garamond/print.css
Referrer http://example.com/admin/logs

It's actually there in page.tpl.php:

 <head profile="http://gmpg.org/xfn/11">
    <title><?php print $head_title ?></title>
    <?php print $head ?>
    <?php print $styles ?>
    <?php print $scripts ?>
    <style type="text/css" media="print">@import "<?php print base_path() . path_to_theme() ?>/print.css";</style>
  </head>

Is this an oversight? Or am I missing something?

Thanks!