Skip to content

Instantly share code, notes, and snippets.

@sytelus
Created November 25, 2013 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sytelus/7637031 to your computer and use it in GitHub Desktop.
Save sytelus/7637031 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<style>
td {
padding: 0px;
font-size: 85%;
}
i {
font-size: 90%;
}
</style>
</head>
<body>
<p>
Text in normal font size.
</p>
<table class="table">
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr>
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr>
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr>
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr>
<tr><td> <i class="fa fa-plus-square-o" /> Hello! </td></tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment