Changeset 19


Ignore:
Timestamp:
May 6, 2014 1:18:29 PM (10 years ago)
Author:
JohnLightfoot
Message:

add padding, change resources directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base.html

    r17 r19  
    1212
    1313    <!-- Bootstrap core CSS -->
    14     <link href="resources/css/bootstrap.css" rel="stylesheet">
     14    <link href="resources/bootstrap.css" rel="stylesheet">
    1515
    1616    <!-- Custom styles for this template -->
    1717    <link href="navbar-fixed-top.css" rel="stylesheet">
     18
     19    <!-- Pad top of body otherwise it disappears under the navbar -->
     20    <style>
     21      body {
     22        padding-top: 60px;
     23      }
     24    </style>
    1825
    1926    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
     
    6471    <!-- Placed at the end of the document so the pages load faster -->
    6572    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
    66     <script src="resources/js/bootstrap.min.js"></script>
     73    <script src="resources/bootstrap.min.js"></script>
    6774  </body>
    6875</html>
Note: See TracChangeset for help on using the changeset viewer.