summaryrefslogtreecommitdiffstats
path: root/leafymiracle/templates/model.pt
diff options
context:
space:
mode:
Diffstat (limited to 'leafymiracle/templates/model.pt')
-rw-r--r--leafymiracle/templates/model.pt5
1 files changed, 3 insertions, 2 deletions
diff --git a/leafymiracle/templates/model.pt b/leafymiracle/templates/model.pt
index cb452a4..12bc660 100644
--- a/leafymiracle/templates/model.pt
+++ b/leafymiracle/templates/model.pt
@@ -2,8 +2,9 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal">
<head>
<title>Fedora Comps Visualization, by Luke Macken</title>
+ <link rel="stylesheet" type="text/css" href="static/css/leafy.css"/>
</head>
-<body bgcolor="#444444">
- <div tal:content="structure jitwidget.display()"></div>
+<body>
+ <div class="inner" tal:content="structure jitwidget.display()"></div>
</body>
</html>