]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - plugins/demo_plugin/custom_demo.css
Adding a new placeholder in render_footer hook.
[github/shaarli/Shaarli.git] / plugins / demo_plugin / custom_demo.css
1 .linktitle a {
2 color: red;
3 }
4
5 .upper_plugin_demo {
6 float: left;
7 }
8
9 #demo_marquee {
10 background: darkmagenta;
11 color: white;
12 font-weight: bold;
13 }