Author: damoxc
Revision: 5199
Log:
fix the order of the stylesheets
Diff:
Modified: trunk/deluge/ui/web/server.py
===================================================================
--- trunk/deluge/ui/web/server.py 2009-04-27 21:16:15 UTC (rev 5198)
+++ trunk/deluge/ui/web/server.py 2009-04-27 21:33:50 UTC (rev 5199)
@@ -303,7 +303,7 @@
self.putChild("tracker", Tracker())
theme = component.get("DelugeWeb").config["theme"]
- self.__stylesheets.append("/css/xtheme-%s.css" % theme)
+ self.__stylesheets.insert(1, "/css/xtheme-%s.css" % theme)
@property
def scripts(self):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---