From 5032ef9b54b92443f1dbaa2594468dcd84b6bd9e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Jan 2012 23:14:07 -0800 Subject: remove static popovers, modals, and twipsies from components in favor of full javascript page --- docs/components.html | 115 +++++---------------------------------------------- 1 file changed, 10 insertions(+), 105 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index f3e8d42a5..ee1634cca 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1010,26 +1010,26 @@
- × + ×

Holy guacamole! Best check yo self, you’re not looking too good.

- × + ×

Oh snap! Change this and that and try again.

- × + ×

Well done! You successfully read this alert message.

- × + ×

Heads up! This is an alert that needs your attention, but it’s not a huge priority just yet.

Example code

 <div class="alert-message warning">
-  <a class="close" href="#">×</a>
+  <a class="close">×</a>
   <p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
 </div>
 
@@ -1048,14 +1048,14 @@
- × + ×

Holy guacamole! This is a warning! Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

- × + ×

Oh snap! You got an error! Change this and that and try again.

  • Duis mollis est non commodo luctus
  • @@ -1067,14 +1067,14 @@
- × + ×

Well done! You successfully read this alert message. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas faucibus mollis interdum.

- × + ×

Heads up! This is an alert that needs your attention, but it’s not a huge priority just yet.

Take this action Or do this @@ -1084,7 +1084,7 @@

Example code

 <div class="alert-message block-message warning">
-  <a class="close" href="#">×</a>
+  <a class="close">×</a>
   <p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
   <div class="alert-actions">
     <a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
@@ -1096,101 +1096,6 @@
 
 
 
-
-
- -
-
-

Modals

-

Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.

-

Get the javascript »

-
-
-
- - -
-
-
- -
- - - - - - - - - -
- - -
-
-

Popovers

-

Use popovers to provide subtextual information to a page without affecting layout.

-

Get the javascript »

-
-
-
-
-
-
-
-

Popover Title

-
-

Etiam porta sem malesuada magna mollis euismod. Maecenas faucibus mollis interdum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.

-
-
-
- -
-
-
-
-
-- cgit v1.2.3