aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/demo_plugin/custom_demo.css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-10-15 12:50:40 +0200
committerArthurHoaro <arthur@hoa.ro>2015-11-08 12:47:44 +0100
commit786ddad91d858a60882bd20be279558131e99b68 (patch)
tree7b3d6094990a1229f91b3e0c8241569c98fd9680 /plugins/demo_plugin/custom_demo.css
parenta52e8435939c641f964939f1df55cf7ceddcc0fd (diff)
downloadShaarli-786ddad91d858a60882bd20be279558131e99b68.tar.gz
Shaarli-786ddad91d858a60882bd20be279558131e99b68.tar.zst
Shaarli-786ddad91d858a60882bd20be279558131e99b68.zip
PLUGIN demo_plugin
This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own.
Diffstat (limited to 'plugins/demo_plugin/custom_demo.css')
-rwxr-xr-xplugins/demo_plugin/custom_demo.css7
1 files changed, 7 insertions, 0 deletions
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 @@
1.linktitle a {
2 color: red;
3}
4
5.upper_plugin_demo {
6 float: left;
7} \ No newline at end of file