diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:23:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:23:33 -0800 |
| commit | d9b35c2602b18c78a72ba4b1698b3ec93ccb868d (patch) | |
| tree | 9ad02dd103c908c5c9008d2296623e896d4498f7 /docs/assets/css/bootstrap.css | |
| parent | f068cdeb63770182b9e954eac9cbd11bf8df5d57 (diff) | |
| parent | 01b465928ec47d460ea1fd705e49aa2e0e9a4d28 (diff) | |
| download | bootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.tar.xz bootstrap-d9b35c2602b18c78a72ba4b1698b3ec93ccb868d.zip | |
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/components.html
docs/css.html
docs/customize.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
less/navbar.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 46cd2bc4b..a625ec51a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -389,6 +389,18 @@ a.text-success:hover { text-align: center; } +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} + +.text-center { + text-align: center; +} + h1, h2, h3, |
