diff options
| author | Mark Otto <[email protected]> | 2013-12-07 12:19:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 12:19:17 -0800 |
| commit | a1f737b43632f4615d54ec993dc645f858e3ca8d (patch) | |
| tree | d03359f91f1a9d7a45deddeedd84d319d4e886c8 /dist/css/bootstrap.css | |
| parent | bfd8f8c83a5e135e1bc0f9bce5bf2f95370613bb (diff) | |
| download | bootstrap-a1f737b43632f4615d54ec993dc645f858e3ca8d.tar.xz bootstrap-a1f737b43632f4615d54ec993dc645f858e3ca8d.zip | |
grunt dist after adding .text-justify
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 772706200..0ff3dc0a8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -576,6 +576,10 @@ cite { text-align: center; } +.text-justify { + text-align: justify; +} + .page-header { padding-bottom: 9px; margin: 40px 0 20px; |
