Bootstrap Skeleton

This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.

by anoopsuda

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>
<script src="http://handsontable.com/jquery.handsontable.js"></script>
<link rel="stylesheet" href="http://handsontable.com/jquery.handsontable.css">
<input class="input-xlarge disabled" id="disabledInput" type="text" placeholder="Disabled input here..."  >

CSS

@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');

.container {
    margin-top: 10px;
}
.disabled {
  background:#ddd !important;
  outline:0;
  pointer-events: none;
  user-select: none;  
}