]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/page.tmpl
avoid floating boxes running up against the line at the bottom of the page
[ikiwiki.git] / templates / page.tmpl
index 47bbfcda3ff7785bd8f00dded08c1181562df4b6..e8b30d7070f2df916bd9133882171eb10babb4f3 100644 (file)
@@ -4,7 +4,8 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title><TMPL_VAR TITLE></title>
-<link rel="stylesheet" href="<TMPL_VAR STYLEURL>" type="text/css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
 <TMPL_IF NAME="META">
 <TMPL_VAR META>
 </TMPL_IF>