2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

modal refinements in docs and general responsiveness

This commit is contained in:
Mark Otto
2012-01-28 00:39:22 -08:00
parent 18d95a163b
commit 967030cb53
5 changed files with 19 additions and 8 deletions
+9
View File
@@ -723,6 +723,15 @@ form.well {
word-wrap: break-word;
word-break: break-all;
}
/* Modal example */
.modal-example .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
}
}