added core all.css

The old core `style.css` was not just renamed to `screen.css` (as
fixed by #9), but rather split into that and `all.css`. So that file
needs to be there as well (it includes, e.g. table and image
alignment classes and more).
This commit is contained in:
Anika Henke 2013-01-21 00:36:50 +00:00
parent dbb8539f07
commit 703886d17c

View File

@ -77,6 +77,7 @@ class renderer_plugin_s5 extends Doku_Renderer_xhtml {
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/all.css" type="text/css" media="screen" />
<link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="'.$this->base.$this->tpl.'/slides.css" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="'.$this->base.'default/outline.css" type="text/css" media="screen" id="outlineStyle" />