django-admin2/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css

15 lines
236 B
CSS
Raw Normal View History

2013-05-19 11:29:28 +00:00
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
.text-right
{
text-align: right !important;
}
.text-center
{
text-align: center !important;
}
.text-left
{
text-align: left !important;
}