1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

more comments and formatting clean up

This commit is contained in:
Mark Otto
2015-04-18 11:38:47 -07:00
parent 2237572e8b
commit ac1ed746ef
11 changed files with 88 additions and 53 deletions

View File

@@ -2,11 +2,13 @@
// Modals
// --------------------------------------------------
// .modal-open - body class for killing the scroll
// .modal - container to scroll within
// .modal-dialog - positioning shell for the actual modal
// .modal-content - actual modal w/ bg and corners and shit
// Kill the scroll on the body
.modal-open {
overflow: hidden;