From 786ddad91d858a60882bd20be279558131e99b68 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 15 Oct 2015 12:50:40 +0200 Subject: PLUGIN demo_plugin This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own. --- plugins/demo_plugin/custom_demo.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 plugins/demo_plugin/custom_demo.css (limited to 'plugins/demo_plugin/custom_demo.css') diff --git a/plugins/demo_plugin/custom_demo.css b/plugins/demo_plugin/custom_demo.css new file mode 100755 index 00000000..ab1720b5 --- /dev/null +++ b/plugins/demo_plugin/custom_demo.css @@ -0,0 +1,7 @@ +.linktitle a { + color: red; +} + +.upper_plugin_demo { + float: left; +} \ No newline at end of file -- cgit v1.2.3