Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Updates to the style
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Aug 23, 2013
1 parent 99f05a6 commit f205067
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tumblelog/templates/_forms.html
Expand Up @@ -4,7 +4,7 @@
{% if field.type in ['CSRFTokenField', 'HiddenField'] %}
{{ field() }}
{% else %}
<div class="clearfix {% if field.errors %}error{% endif %}">
<div class="form-group {% if field.errors %}error{% endif %}">
{{ field.label }}
<div class="input">
{% if field.name == "body" %}
Expand Down
12 changes: 7 additions & 5 deletions tumblelog/templates/base.html
Expand Up @@ -3,20 +3,22 @@
<head>
<meta charset="utf-8">
<title>My Tumblelog</title>
<link href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.css" rel="stylesheet">
<style>.content {padding-top: 80px;}</style>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<style>.content {padding-top: 80px;} a.brand {color: #fff }</style>
</head>

<body>

{%- block topbar -%}
<div class="topbar">
<div class="fill">
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<h2>
<a href="/" class="brand">My Tumblelog</a> <small>Starring Flask, MongoDB and MongoEngine</small>
</h2>
</div>
<div class="collapse navbar-collapse">
</div><!--/.nav-collapse -->
</div>
</div>
{%- endblock -%}
Expand Down

0 comments on commit f205067

Please sign in to comment.