I\'m using Twitter Bootstrap, and attempting to center a button within a table cell. I only really need it centered vertically.
6条回答 时光取名叫无心 (楼主) 2020-12-07 16:02 So why is td default set to vertical-align: top;? I really don't know that yet. I would not dare to touch it. Instead add this to your stylesheet. It alters the buttons in the tables. table .btn{ vertical-align: top; } 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
So why is td default set to vertical-align: top;? I really don't know that yet. I would not dare to touch it. Instead add this to your stylesheet. It alters the buttons in the tables.
table .btn{ vertical-align: top; }