Skip to content

Commit

Permalink
remove fixed width from topbar form to allow for applying classes to …
Browse files Browse the repository at this point in the history
…resize it
  • Loading branch information
mdo committed Sep 2, 2011
1 parent db83014 commit 3f22925
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bootstrap-1.2.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: Fri Sep 2 01:03:07 PDT 2011
* Date: Fri Sep 2 09:34:28 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 @@ -1141,7 +1141,6 @@ table .headerSortUp.purple, table .headerSortDown.purple {
font-size: normal;
font-weight: 13px;
line-height: 1;
width: 220px;
padding: 4px 9px;
color: #fff;
color: rgba(255, 255, 255, 0.75);
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.2.0.min.css

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

1 change: 0 additions & 1 deletion lib/patterns.less
Expand Up @@ -57,7 +57,6 @@
background-color: #444;
background-color: rgba(255,255,255,.3);
#font > .sans-serif(13px, normal, 1);
width: 220px;
padding: 4px 9px;
color: #fff;
color: rgba(255,255,255,.75);
Expand Down

0 comments on commit 3f22925

Please sign in to comment.