Bootstrap 3 Skeleton

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

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>
<body>
  <div class="data-head">
    <span class="glyphicon glyphicon-random"></span>
    <h4>Network length</h4>
    <img src="http://www.jotform.com/images/ajax-loader.gif"/>
    <a href="#" class="glyphicon glyphicon-circle-arrow-down"></a>
  </div>
</body>

CSS

@import url('http://getbootstrap.com/dist/css/bootstrap.css');
body {
  margin: 20px;
}

h4 {
  margin-left: 35px;
  display:inline-block;
}

.data-head {
  padding: 1em;
  margin-bottom: 10px;
  border-style: solid;
}