Text-align class for inside a table

后端 未结 20 1355
灰色年华
灰色年华 2020-11-28 00:10

Is there a set of classes in Twitter\'s Bootstrap framework that aligns text?

For example, I have some tables with $ totals that I want aligned to the r

20条回答
  •  悲哀的现实
    2020-11-28 00:56

    Expanding on David's answer, I just add a simple class to augment Bootstrap like this:

    .money, .number {
        text-align: right !important;
    }
    

提交回复
热议问题