Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-08 00:19:17 +0400
committerMark Otto <otto@github.com>2013-12-08 00:19:17 +0400
commita1f737b43632f4615d54ec993dc645f858e3ca8d (patch)
treed03359f91f1a9d7a45deddeedd84d319d4e886c8 /dist/css/bootstrap.css
parentbfd8f8c83a5e135e1bc0f9bce5bf2f95370613bb (diff)
grunt dist after adding .text-justify
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 772706200a..0ff3dc0a89 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;