Skip to content

Commit

Permalink
Removing syntax style files, this is handled in li3.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Dec 10, 2009
1 parent 52bf7d9 commit a78a9d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 116 deletions.
7 changes: 1 addition & 6 deletions views/layouts/default.html.php
Expand Up @@ -14,14 +14,9 @@
<?php echo $this->html->link('Icon', null, array('type' => 'icon')); ?>
<?php echo $this->html->style(array(
'base',
'http://li3.rad-dev.org/css/li3.css',
'http://lithium_main/css/li3.css',
'pastium'
)); ?>
<?php
if (isset($paste) && $paste->language) {
echo $this->html->style('syntax.' . $paste->language);
}
?>
<?php echo $this->scripts(); ?>
</head>
<body class="bin">
Expand Down
58 changes: 0 additions & 58 deletions webroot/css/syntax.diff.css

This file was deleted.

52 changes: 0 additions & 52 deletions webroot/css/syntax.php.css

This file was deleted.

0 comments on commit a78a9d1

Please sign in to comment.