Skip to content

Commit

Permalink
Make Heroku sections more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schoening committed Mar 2, 2012
1 parent ad7ae8d commit 9486c79
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.html
Expand Up @@ -10,19 +10,25 @@
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">

<!-- heroku -->
<!--
IMPORTANT:
This is Heroku specific styling. Remove to customize.
-->
<link href="http://heroku.github.com/template-app-bootstrap/heroku.css" rel="stylesheet">
<!-- end heroku -->
<!-- /// -->
</head>

<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="/" class="brand">template-app-name</a>
<!-- heroku -->
<!--
IMPORTANT:
This is Heroku specific styling. Remove to customize.
-->
<a href="/" class="brand" id="heroku">by <strong>heroku</strong></a>
<!-- end heroku -->
<!-- /// -->
</div>
</div>
</div>
Expand Down

0 comments on commit 9486c79

Please sign in to comment.