Skip to content

Commit

Permalink
Start using bootstrap css for web-ui simonmichael#316
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK32 committed Jan 12, 2016
1 parent 2e625fd commit 4b9f03a
Show file tree
Hide file tree
Showing 2 changed files with 6,766 additions and 4 deletions.
11 changes: 7 additions & 4 deletions hledger-api/client/index.html
Expand Up @@ -10,12 +10,15 @@
<script src="libraries/angular-ui-router.min.js"></script>
<script src="libraries/jquery-2.2.0.min.js"></script>
<script src="hledger-client.js"></script>
<link type="text/css" rel="stylesheet" href="libraries/bootstrap/css/bootstrap.css">
</head>
<body class="container">
<div class="navbar">
<a ui-sref="accounts">Accounts</a>
<a ui-sref="help">Help</a>
</div>
<nav class="navbar">
<ul class="nav navbar-nav">
<li><a ui-sref="accounts">Accounts</a></li>
<li><a ui-sref="help">Help</a></li>
</ul>
</nav>
<div ui-view></div>
<footer>hleder-api-client</footer>
</body>
Expand Down

0 comments on commit 4b9f03a

Please sign in to comment.