MyShaarli/plugins/demo_plugin/custom_demo.css
ArthurHoaro 786ddad91d PLUGIN demo_plugin
This plugin try to cover Shaarli's plugin API entirely.
Can be used by plugin developper to make their own.
2015-11-08 12:47:44 +01:00

7 lines
73 B
CSS
Executable file

.linktitle a {
color: red;
}
.upper_plugin_demo {
float: left;
}