From b33989a97791560f064e723cfff2ec5b4ac65eba Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 Aug 2013 18:59:58 -0700 Subject: add src attribute to holder.js-powered s so that they validate use `data:` URL of empty invalid PNG: src="data:image/png;base64," --- css.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 8b3cc0c50..d4d4c0335 100644 --- a/css.html +++ b/css.html @@ -2012,9 +2012,9 @@ For example, <section> should be wrapped as inline.

Keep in mind that Internet Explorer 8 lacks support for rounded corners.

- A generic square placeholder image with rounded corners - A generic square placeholder image where only the portion within the circle circumscribed about said square is visible - A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera + A generic square placeholder image with rounded corners + A generic square placeholder image where only the portion within the circle circumscribed about said square is visible + A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera
{% highlight html %} ... -- cgit v1.2.3 From 052edcd8ded04253361df5a0ed9fd5a6459cd3f6 Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Tue, 13 Aug 2013 18:09:38 +0200 Subject: Fixes #9415 --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index d4d4c0335..66bdd6df3 100644 --- a/css.html +++ b/css.html @@ -602,7 +602,7 @@ base_url: "../"
Bootstrap heading
- Semibold 16px + Semibold 14px
Bootstrap heading
-- cgit v1.2.3 From 84b1ef504871155685e91ea166f9a3548cdc9cb7 Mon Sep 17 00:00:00 2001 From: saiwang Date: Wed, 14 Aug 2013 02:23:44 +0800 Subject: fix mixin code example --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 66bdd6df3..7a8759817 100644 --- a/css.html +++ b/css.html @@ -2075,7 +2075,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %} {% highlight css %} // Mixin -.clearfix { +.clearfix() { &:before, &:after { content: " "; -- cgit v1.2.3