diff options
| author | Jacob Thornton <[email protected]> | 2012-01-27 21:06:09 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-27 21:06:09 -0800 |
| commit | 15d3a4797f3435d1531804369df87fa4e574b874 (patch) | |
| tree | 3a92b29cc38accd64fd1c81467445201accbf438 /docs/assets | |
| parent | 4e191c423d2d1e834a4cb57ae246d03a82272ee4 (diff) | |
| download | bootstrap-15d3a4797f3435d1531804369df87fa4e574b874.tar.xz bootstrap-15d3a4797f3435d1531804369df87fa4e574b874.zip | |
simplify build process more - remove really annoying date.
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 2 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 8b1d98b5c..acebb64d3 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -273,4 +273,4 @@ .offset12 { .offset(12); } } -*/ +*/
\ No newline at end of file diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 861ef9141..fc0481807 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,6 @@ * 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 20:16:25 PST 2012 */ article, aside, @@ -1971,7 +1970,7 @@ table .span12 { .navbar-search .search-query :-moz-placeholder { color: #eeeeee; } -.navbar-search .search-query ::-webkit-input-placeholder { +.navbar-search .search-query::-webkit-input-placeholder { color: #eeeeee; } .navbar-search .search-query:hover { |
