Hello there guys, thank you for this great framework. I'm using TB2 and
chrome (16.0.x) seems not to detect, as far as my understanding go, the
selector :after for the row-fluid. Firefox (9.0.x) and IE9 render this
simple page right but chrome misses it and overlaps the text:
<!DOCTYPE html>
<html lang="en">
<head>
<link href="css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="well">
<span class="row-fluid">
<span class="span6">Test 123</span>
<span class="span6">Test 456</span>
</span>
<span class="row-fluid">
<span class="span6">Test 123</span>
<span class="span6">Test 456</span>
</span>
<span class="row-fluid">
<span class="span6">Test 123</span>
<span class="span6">Test 456</span>
</span>
</div>
</body>
</html>
What could be possibly happening?
thx
Anderson Fortaleza