Skip to content

Commit

Permalink
Bumped Bootstrap to 3.0.3. Added fontawesome.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxolasersquad committed Jan 10, 2014
1 parent bc68fff commit 3d28e7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions static/css/register.css
Expand Up @@ -63,6 +63,12 @@
bottom: 0px;
}

#totals > div {
float: left;
padding-left: 15px;
padding-right: 15px;
}

.total_header {
display: inline;
font-size: 2.5em;
Expand Down
5 changes: 3 additions & 2 deletions templates/inventory/index.html
Expand Up @@ -22,8 +22,9 @@
<head>
<title>Orthosie Inventory Management</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<link rel='stylesheet' type='text/css' href='/static/css/inventory.css' />
<script type="text/javascript" src="/static/js/jquery.js"></script>
Expand Down
5 changes: 3 additions & 2 deletions templates/register/index.html
Expand Up @@ -22,8 +22,9 @@
<title>Orthosie Cash Register</title>
<script type="text/javascript" src="/static/js/jquery.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<link rel='stylesheet' type='text/css' href='/static/css/register.css' />
<script type="text/javascript" src="/static/js/input.js"></script>
Expand Down

0 comments on commit 3d28e7f

Please sign in to comment.