Commit ed44a325 authored by Mark Otto's avatar Mark Otto

Merge branch 'master' of github.com:twbs/bootstrap

parents 000b445a 88854a83
This diff is collapsed.
...@@ -1022,7 +1022,7 @@ h1[id] { ...@@ -1022,7 +1022,7 @@ h1[id] {
} }
.bs-customizer .bs-callout h4 { .bs-customizer .bs-callout h4 {
margin-top: 0; /* lame, but due to specificity we have to duplicate */ margin-top: 0; /* lame, but due to specificity we have to duplicate */
magin-bottom: 5px; margin-bottom: 5px;
} }
.bs-customizer input[type="text"] { .bs-customizer input[type="text"] {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
......
...@@ -977,7 +977,7 @@ base_url: "../" ...@@ -977,7 +977,7 @@ base_url: "../"
{% highlight html %} {% highlight html %}
<div class="input-group input-group-lg"> <div class="input-group input-group-lg">
<span class="input-group-addon">@</span> <span class="input-group-addon">@</span>
<input type="text" class="form-control input-lg" placeholder="Username"> <input type="text" class="form-control" placeholder="Username">
</div> </div>
<div class="input-group"> <div class="input-group">
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// Headings for larger alerts // Headings for larger alerts
h4 { h4 {
margin-top: 0; margin-top: 0;
// Specified for the h4 to prevent conflicts of changing @headingsColor // Specified for the h4 to prevent conflicts of changing @headings-color
color: inherit; color: inherit;
} }
// Provide class for links that match alerts // Provide class for links that match alerts
......
Markdown is supported
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