aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-18 11:45:30 -0800
committerChris Rebert <[email protected]>2013-12-18 11:45:30 -0800
commitc4b0684e65d035c66df09bc16a9f2df1a4a6a28b (patch)
tree55cdb70fc076eca20d99b071232c3fc87093cfe2
parentd15218a09ce68d0854d0aa5f5170c1ea859aee31 (diff)
downloadbootstrap-c4b0684e65d035c66df09bc16a9f2df1a4a6a28b.tar.xz
bootstrap-c4b0684e65d035c66df09bc16a9f2df1a4a6a28b.zip
fix typo
-rw-r--r--examples/cover/cover.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cover/cover.css b/examples/cover/cover.css
index defba7feb..bac1b08c9 100644
--- a/examples/cover/cover.css
+++ b/examples/cover/cover.css
@@ -40,7 +40,7 @@ body {
.site-wrapper {
display: table;
width: 100%;
- height: 100%; /* For at leat Firefox */
+ height: 100%; /* For at least Firefox */
min-height: 100%;
}
.site-wrapper-inner {