Changeset - 68ff18480213
[Not reviewed]
0 1 0
Joar Wandborg - 10 years ago 2013-10-23 14:36:54
joar@wandborg.se
Re-added styles.css
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -3,25 +3,25 @@
 
  <head>
 
    <meta charset="utf-8" />
 

	
 
    <title><TMPL_LOOP NAME="PARENTLINKS"><TMPL_VAR NAME=PAGE>/</TMPL_LOOP><TMPL_VAR TITLE></title>
 

	
 
    <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
 
    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
 
    <!--[if lt IE 9]>
 
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
 
    <![endif]-->
 

	
 
    <!-- Le styles -->
 
    <!-- <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> -->
 
    <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
 
    <link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap.css" type="text/css" />
 
    <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
 
  </head>
 

	
 
  <body>
 

	
 
    <header class="navbar navbar-default navbar-fixed-top">
 
      <div class="container">
 
        <div class="navbar-header">
 
          <a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a>
 
        </div>
 
        <nav role="navigation">
0 comments (0 inline, 0 general)