From 9a13996c60ec0fc91121fc8a3f7a1bf4e8c848da Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Sun, 13 Jan 2013 10:58:30 +1100 Subject: [PATCH] Move documentation styles to docs.css --- docs/css/docs.css | 5 +++++ docs/index.html | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/css/docs.css b/docs/css/docs.css index fbf2ca2..5d20464 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -648,6 +648,11 @@ h6 { opacity: 1 !important; } +/* Modal example */ +.iphone .iphone-content .modal { position: absolute; } +.iphone .iphone-content .modal .content { margin-top: 44px; } +.iphone .iphone-content #myModal.active { background: #cecece; } + /* Slider examples */ .component-example-fullbleed .slider, .component-example-fullbleed .slider li, diff --git a/docs/index.html b/docs/index.html index 85bbcd1..fd2a413 100644 --- a/docs/index.html +++ b/docs/index.html @@ -980,11 +980,6 @@ document
-

Modals

-- 2.39.2