Skip to content

Commit

Permalink
fix bootstrap style.
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Sep 4, 2012
1 parent 502acc3 commit 466814a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -38,6 +38,7 @@ GEM
railties (>= 3.0)
sass (>= 3.2)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.0.1-x86-mingw32)
bson (1.7.0)
bson_ext (1.7.0)
Expand Down Expand Up @@ -164,6 +165,7 @@ GEM
rails (>= 3.1.1)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand Down
14 changes: 14 additions & 0 deletions app/assets/stylesheets/bootstrap_and_overrides.css.scss
Expand Up @@ -4,3 +4,17 @@
// Set the correct sprite paths
$iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png', image);
$iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png', image);

h1, h2, h3, h4, h5, h6 {
margin: 0;
}

.clearfix {
@include clearfix();
}

.breadcrumb {
background-color: white;
border: 1px solid #DDD;

}

0 comments on commit 466814a

Please sign in to comment.