Skip to content

Commit

Permalink
tweaks around names and such
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 18, 2011
1 parent 799a14d commit bd1d389
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bootstrap-1.0.0.css
Expand Up @@ -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: Wed Aug 17 22:35:32 PDT 2011
* Date: Wed Aug 17 23:02:19 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
Expand Down Expand Up @@ -617,7 +617,7 @@ code, pre {
code {
background-color: #fee9cc;
color: rgba(0, 0, 0, 0.75);
padding: 2px 3px;
padding: 1px 3px;
}
pre {
background-color: #f5f5f5;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.0.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -41,7 +41,7 @@ <h3><a class="logo" href="#">
<div id="masthead">
<div class="inner">
<div class="container">
<h1>Bootstrap from Twitter</h1>
<h1>Twitter Bootstrap</h1>
<p class="lead">
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
Expand Down
2 changes: 1 addition & 1 deletion lib/type.less
Expand Up @@ -169,7 +169,7 @@ code, pre {
code {
background-color: lighten(@orange, 40%);
color: rgba(0,0,0,.75);
padding: 2px 3px;
padding: 1px 3px;
}
pre {
background-color: #f5f5f5;
Expand Down

0 comments on commit bd1d389

Please sign in to comment.