MyShaarli/plugins/demo_plugin/custom_demo.css
ArthurHoaro 40a5f296a6 Adding a new placeholder in render_footer hook.
Allow free elements at the end of the page.
2015-12-08 16:02:46 +01:00

13 lines
153 B
CSS

.linktitle a {
color: red;
}
.upper_plugin_demo {
float: left;
}
#demo_marquee {
background: darkmagenta;
color: white;
font-weight: bold;
}