diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 15 | 
1 files changed, 1 insertions, 14 deletions
| diff --git a/templates/page.tmpl b/templates/page.tmpl index 3032d0d..6bc0e77 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -6,6 +6,7 @@      <meta charset="utf-8" />      <!-- Bootstrap -->      <link rel="stylesheet" href="/static/css/bootstrap.min.css"> +    <link rel="stylesheet" href="/static/css/fripost.css">      <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->      <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->      <!--[if lt IE 9]> @@ -22,20 +23,6 @@      <TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>      <TMPL_IF META><TMPL_VAR META></TMPL_IF>    </head> -  <style> -    .navbar-fripost { -      background-color: inherit; -      border-bottom: black thin solid; -      border-radius: 0; -      margin-top: 1em -    } -    .navbar-fripost a { -      color: black; -    } -    .navbar-fripost .navbar-toggle .icon-bar { -      background-color: black; -    } -  </style>    <body>    <div class="container">      <nav class="navbar navbar-fripost" role="navigation"> | 
