Twitter bootstrap – Vertical centering <a> with glyphicon on Bootstrap 3
I'm using Twitter Bootstrap 3, and I don't have any additional CSS file. I have the following code somewhere in my HTML page: <div class="col-md-12"> <div class="col-md-5"> <input type="text" class="form-control" placeholder="Task"/> </div> <div class="col-md-5"> <input type="textarea" class="form-control" placeholder="Descr."/> </div> <a…