Commit 02eba5e5 authored by Mark Otto's avatar Mark Otto
Browse files

center

parent 7dca242b
11 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 4 additions and 4 deletions
+4 -4
...@@ -79,6 +79,7 @@ section > ul li { ...@@ -79,6 +79,7 @@ section > ul li {
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
padding: 30px 15px; padding: 30px 15px;
text-align: center;
} }
.bs-docs-jumbotron h1 { .bs-docs-jumbotron h1 {
font-size: 50px; font-size: 50px;
...@@ -550,10 +551,8 @@ section > ul li { ...@@ -550,10 +551,8 @@ section > ul li {
/* Social proof buttons from GitHub & Twitter */ /* Social proof buttons from GitHub & Twitter */
.bs-docs-social { .bs-docs-social {
margin-top: 40px; margin-top: 80px;
margin-bottom: 20px; margin-bottom: 20px;
padding-top: 39px;
border-top: 1px solid #e5e5e5;
} }
/* Quick links on Home */ /* Quick links on Home */
.bs-docs-social-buttons { .bs-docs-social-buttons {
...@@ -702,7 +701,8 @@ input.focused { ...@@ -702,7 +701,8 @@ input.focused {
font-size: 100px; font-size: 100px;
} }
.masthead p { .masthead p {
max-width: 70%; margin-left: 15%;
margin-right: 15%;
font-size: 30px; font-size: 30px;
} }
.subhead { .subhead {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment