Skip to content

Commit

Permalink
Update to bootstrap 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daz committed Mar 1, 2012
1 parent 3a2df76 commit 309a6f4
Show file tree
Hide file tree
Showing 8 changed files with 642 additions and 366 deletions.
6 changes: 3 additions & 3 deletions _includes/themes/twitter/default.html
Expand Up @@ -12,7 +12,7 @@
<![endif]-->

<!-- Le styles -->
<link href="{{ ASSET_PATH }}/css/1.4.0/bootstrap.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">

<!-- Le fav and touch icons -->
Expand All @@ -26,8 +26,8 @@

<body>

<div class="topbar">
<div class="fill">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="{{ HOME_PATH }}">{{ site.title }}</a>
<ul class="nav">
Expand Down
2 changes: 1 addition & 1 deletion _includes/themes/twitter/page.html
Expand Up @@ -3,7 +3,7 @@ <h1>{{ page.title }} <small>Supporting tagline</small></h1>
</div>

<div class="row">
<div class="span14">
<div class="span12">
{{ content }}
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/themes/twitter/post.html
Expand Up @@ -3,7 +3,7 @@ <h1>{{ page.title }} <small>Supporting tagline</small></h1>
</div>

<div class="row">
<div class="span10">
<div class="span8">
{{ content }}
<hr>
<div class="pagination">
Expand Down
632 changes: 632 additions & 0 deletions assets/themes/twitter/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
356 changes: 0 additions & 356 deletions assets/themes/twitter/css/1.4.0/bootstrap.css

This file was deleted.

10 changes: 5 additions & 5 deletions assets/themes/twitter/css/style.css
Expand Up @@ -2,15 +2,15 @@
html, body {
background-color: #eee;
}
body {
padding-top: 40px; /* 40px to make the container go all the way to the bottom of the topbar */
.navbar {
margin-bottom: 0;
}
.container > footer {
margin-top: 20px;
}
.container > footer p {
text-align: center; /* center align it with the container */
}
.container {
width: 820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}

/* The white background content wrapper */
.content {
Expand Down

0 comments on commit 309a6f4

Please sign in to comment.