Modals now don't slide in

This commit is contained in:
Skylar Ittner 2016-10-03 23:59:53 -06:00
parent 0e90d8d922
commit b4b3f320da
3 changed files with 78 additions and 78 deletions

View File

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div id="intro-modal" class="modal fade" tabindex="-1" role="dialog">
<div id="intro-modal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">

View File

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div id="license-modal" class="modal fade" tabindex="-1" role="dialog">
<div id="license-modal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">

View File

@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<div id="rules-modal" class="modal fade" tabindex="-1" role="dialog">
<div id="rules-modal" class="modal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">