Moved Poll CSS into the plugin directory

This commit is contained in:
Mikael Nordfeldth
2014-06-03 11:38:40 +02:00
parent 9a19588ac9
commit c99d4eddb1
3 changed files with 11 additions and 11 deletions

View File

@@ -77,7 +77,7 @@ class PollPlugin extends MicroAppPlugin
*/
function onEndShowStyles($action)
{
$action->cssLink($this->path('poll.css'));
$action->cssLink($this->path('css/poll.css'));
return true;
}