mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-09 17:31:06 +00:00
15 lines
236 B
CSS
15 lines
236 B
CSS
|
|
/* 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;
|
||
|
|
}
|