From 650c77ddb9df25f2ef4bad7feaba2be9ce15c827 Mon Sep 17 00:00:00 2001 From: ravage84 Date: Thu, 17 Jan 2013 11:34:00 +0100 Subject: [PATCH] Update less/tests/css-tests.html Extended css-tests with alerts (alerts and alert-blocks) --- less/tests/css-tests.html | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 035ba8bd44a5..e1b93c9ce6c3 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1291,10 +1291,69 @@

Radial

Striped

+ + +

Alert default

+
+ + Alert! Best check yourself, you're not looking too good. +
+ +

Success

+
+ + Success! Best check yourself, you're not looking too good. +
+ +

Info

+
+ + Info! Best check yourself, you're not looking too good. +
+ +

Warning

+
+ + Warning! Best check yourself, you're not looking too good. +
+

Error

+
+ + Error! Best check yourself, you're not looking too good. +
+

Alert block default

+
+ +

Alert! Best check yourself, you're not looking too good.

+
+

Success block

+
+ +

Success! Best check yourself, you're not looking too good.

+
+

Info block

+
+ +

Info! Best check yourself, you're not looking too good.

+
+ +

Warning block

+
+ +

Warning! Best check yourself, you're not looking too good.

+
+ +

Error block

+
+ +

Error! Best check yourself, you're not looking too good.

+