vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-2.0.3 vs vendor/toolkit/twitter/bootstrap/scaffolding.less in twitter-bootstrap-rails-2.0.4

- old
+ new

@@ -1,23 +1,23 @@ // Scaffolding // Basic and global styles for generating a grid system, structural layout, and page templates // ------------------------------------------------------------------------------------------- -// STRUCTURAL LAYOUT -// ----------------- +// Body reset +// ---------- body { margin: 0; font-family: @baseFontFamily; font-size: @baseFontSize; line-height: @baseLineHeight; color: @textColor; - background-color: @white; + background-color: @bodyBackground; } -// LINKS +// Links // ----- a { color: @linkColor; text-decoration: none;