James Moger
2012-06-08 62cec24d10fe126e3b7651359c10cf8b7bfd6a5d
src/com/gitblit/wicket/pages/BasePage.html
@@ -8,14 +8,10 @@
   <wicket:head>
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <title wicket:id="title">[page title]</title>
      <link rel="stylesheet" href="bootstrap/css/bootstrap.css"/>
      <link rel="stylesheet" type="text/css" href="gitblit.css"/>
      <!-- Responsive CSS must be included after the above body css! -->
      <!-- <link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.css"/> -->
      <link rel="icon" href="gitblt-favicon.png" type="image/png" />
      
      <script type="text/javascript" src="bootstrap/js/jquery.js"></script>
      <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
      <link rel="stylesheet" href="bootstrap/css/bootstrap.css"/>
      <link rel="stylesheet" type="text/css" href="gitblit.css"/>
   </wicket:head>
   <body>
@@ -34,7 +30,23 @@
            <div wicket:id="userPanel">[user panel]</div>
         </footer>
      </div>
      <!-- Override Bootstrap's responsive menu background highlighting -->
      <style>
      @media (max-width: 979px) {
         .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
            background-color: #000070;
         }
         .navbar div > ul .dropdown-menu li a {
            color: #ccc;
         }
      }
      </style>
      
      <!-- Include scripts at end for faster page loading -->
      <script type="text/javascript" src="bootstrap/js/jquery.js"></script>
      <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
   </body>
   
   <!-- user fragment -->