diff options
Diffstat (limited to 'lib/tpl/default/detail.php')
-rw-r--r-- | lib/tpl/default/detail.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php index 70865c933..5a59e0305 100644 --- a/lib/tpl/default/detail.php +++ b/lib/tpl/default/detail.php @@ -24,16 +24,6 @@ <?php tpl_metaheaders()?> <link rel="shortcut icon" href="<?php echo DOKU_BASE?>lib/images/favicon.ico" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>layout.css" /> - <link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL?>design.css" /> - - <!--[if gte IE 5]> - <style type="text/css"> - /* that IE 5+ conditional comment makes this only visible in IE 5+ */ - /* IE bugfix for transparent PNGs */ - //DISABLED img { behavior: url("<?php echo DOKU_BASE?>lib/scripts/pngbehavior.htc"); } - </style> - <![endif]--> </head> <body> |