Skip to content

Commit

Permalink
Rename starter-template.css
Browse files Browse the repository at this point in the history
  • Loading branch information
0x64746b committed May 16, 2015
1 parent 59af8bc commit c01eb55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/starter-template.css → static/css/main.css
@@ -1,6 +1,6 @@
body {
padding-top: 50px;
}
.starter-template {
.main-content {
padding: 40px 15px;
}
4 changes: 2 additions & 2 deletions templates/index.html
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">

<!-- Custom styles for this template -->
<link href="static/css/starter-template.css" rel="stylesheet">
<link href="static/css/main.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -44,7 +44,7 @@
</div>
</nav>

<div class="container starter-template">
<div class="container main-content">
<div class="row">

<form class="form-horizontal" method="POST" action="{{ url_for('change_password') }}">
Expand Down

0 comments on commit c01eb55

Please sign in to comment.