diff options
| author | Mark Otto <[email protected]> | 2012-01-27 13:36:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 13:36:08 -0800 |
| commit | d7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb (patch) | |
| tree | eb49b418073a46628e94e398e19b544963df74a1 /docs/assets/css/bootstrap.css | |
| parent | a0b40b361a59987c98688fafae05d2eb68b659db (diff) | |
| download | bootstrap-d7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb.tar.xz bootstrap-d7b8a9c9303f1f1bd69ae02f74bb17aaa87a2ceb.zip | |
align text in buttons so folks can easily make them different widths
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6c630c35e..9c8aaee5a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Jan 27 13:35:16 PST 2012 + * Date: Fri Jan 27 13:35:54 PST 2012 */ article, aside, @@ -2461,6 +2461,7 @@ table .span12 { font-size: 13px; line-height: 18px; color: #333333; + text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #fafafa; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); |
