Fix #335 - Update to Bootstrap 2.0.2
This commit is contained in:
8
css/less/scaffolding.less
Normal file → Executable file
8
css/less/scaffolding.less
Normal file → Executable file
@@ -3,8 +3,8 @@
|
||||
// -------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// STRUCTURAL LAYOUT
|
||||
// -----------------
|
||||
// Body reset
|
||||
// ----------
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@@ -12,11 +12,11 @@ body {
|
||||
font-size: @baseFontSize;
|
||||
line-height: @baseLineHeight;
|
||||
color: @textColor;
|
||||
background-color: @white;
|
||||
background-color: @bodyBackground;
|
||||
}
|
||||
|
||||
|
||||
// LINKS
|
||||
// Links
|
||||
// -----
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user