| View previous topic :: View next topic |
| Author |
Message |
sepharim
Joined: 27 Dec 2007 Posts: 180 Location: Germany
|
Posted: Sun 09 Nov, 2008 22:37 Post subject: duplicate CSS link |
|
|
if you use a plugin twice then you have 2 CSS links included.
Should we look at that? |
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
Posted: Wed 12 Nov, 2008 12:13 Post subject: |
|
|
There exist not problem with this.
I tried this:
| Code: | {% lucidTag page_update_list count=10 %}
{% lucidTag page_update_list count=10 %}
{% lucidTag page_update_list count=10 %} |
And get this:
| Code: | ...
<div class="PyLucidPlugins page_update_list" id="page_update_list_lucidTag">
...
</div>
<div class="PyLucidPlugins page_update_list" id="page_update_list_lucidTag1">
...
</div>
<div class="PyLucidPlugins page_update_list" id="page_update_list_lucidTag2">
...
</div>
... |
So you can create Styles for all plugin output via the "class" or you can use the "id" for match only one of the output... _________________
http://www.jensdiemer.de | http://www.htfx.de | http://www.python-forum.de
|
|
| Back to top |
|
 |
sepharim
Joined: 27 Dec 2007 Posts: 180 Location: Germany
|
Posted: Wed 12 Nov, 2008 13:35 Post subject: |
|
|
wrong thread
what i meant was that:
| Code: | <!-- additional stylesheets from main_menu -->
<link href="/media/PyLucid/custom_plugin_template/main_menu/main_menu.css" rel="stylesheet" type="text/css" />
<!-- additional stylesheets from main_menu -->
<link href="/media/PyLucid/custom_plugin_template/main_menu/main_menu.css" rel="stylesheet" type="text/css" />
|
|
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
|
| Back to top |
|
 |
sepharim
Joined: 27 Dec 2007 Posts: 180 Location: Germany
|
Posted: Wed 12 Nov, 2008 18:02 Post subject: |
|
|
nice... so, Who has time to transfer to us?  |
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
|
| Back to top |
|
 |
|