Skip to content

Commit

Permalink
includes raw.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
charulagrl committed Jan 23, 2014
1 parent 71a83df commit 5c9ef2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions datagrepper/templates/base.html
Expand Up @@ -12,7 +12,9 @@

<!-- Bootstrap core CSS -->
<link href="static/css/bootstrap.css" rel="stylesheet">
<link href="static/css/raw.css" rel="stylesheet">
<style type="text/css">

.jumbotron h1 {
font-size: 50px;
line-height: 1;
Expand All @@ -33,12 +35,12 @@
<body>
<div class="jumbotron">
{% if heading %}
<h1>{{heading}}</h1>
<h2>{{heading}}</h2>
{% else %}
<h1>{{'Datagrepper Messages'}}</h1>
<h2>{{'Datagrepper Messages'}}</h2>
{% endif %}
</div>
<br/> <br/>
</div>
<br/><br/>

<div class="container">
{% include 'raw.html' %}
Expand Down

0 comments on commit 5c9ef2e

Please sign in to comment.