2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

updated table styles a bit and floated the fluid columns to clear the row dropping problem we were having

This commit is contained in:
Mark Otto
2011-09-16 09:41:58 -07:00
parent dcf6a051e7
commit b188c0da8b
6 changed files with 22 additions and 22 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ table {
width: 100%;
margin-bottom: @baseline;
padding: 0;
border-collapse: separate;
border-collapse: separate; // Done so we can round those corners!
*border-collapse: collapse; /* IE7, collapse table to remove spacing */
font-size: @basefont;
border: 1px solid #ddd;
.border-radius(4px);