Skip to content

Commit 8159890

Browse files
author
Greenberg, Dana
committed
gh-pages v3.2.8
1 parent 41e9fea commit 8159890

File tree

235 files changed

+32855
-615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+32855
-615
lines changed

bootstrap/less/bootstrap.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Bootstrap v3.3.7 (http://getbootstrap.com)
3-
* Copyright 2011-2016 Twitter, Inc.
2+
* Bootstrap v3.3.6 (http://getbootstrap.com)
3+
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66

bootstrap/less/button-groups.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
.border-right-radius(0);
6060
}
6161
}
62-
// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it
62+
// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
6363
.btn-group > .btn:last-child:not(:first-child),
6464
.btn-group > .dropdown-toggle:not(:first-child) {
6565
.border-left-radius(0);

bootstrap/less/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ input[type="search"] {
181181
// set a pixel line-height that matches the given height of the input, but only
182182
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
183183
//
184-
// Note that as of 9.3, iOS doesn't support `week`.
184+
// Note that as of 8.3, iOS doesn't support `datetime` or `week`.
185185

186186
@media screen and (-webkit-min-device-pixel-ratio: 0) {
187187
input[type="date"],

bootstrap/less/input-groups.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
width: 100%;
3131
margin-bottom: 0;
32-
32+
3333
&:focus {
3434
z-index: 3;
3535
}

bootstrap/less/mixins/tab-focus.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// WebKit-style focus
22

33
.tab-focus() {
4-
// WebKit-specific. Other browsers will keep their default outline style.
5-
// (Initially tried to also force default via `outline: initial`,
6-
// but that seems to erroneously remove the outline in Firefox altogether.)
4+
// Default
5+
outline: thin dotted;
6+
// WebKit
77
outline: 5px auto -webkit-focus-ring-color;
88
outline-offset: -2px;
99
}

bootstrap/less/panels.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
}
215215

216216

217-
// Collapsible panels (aka, accordion)
217+
// Collapsable panels (aka, accordion)
218218
//
219219
// Wrap a series of panels in `.panel-group` to turn them into an accordion with
220220
// the help of our collapse JavaScript plugin.

bootstrap/less/scaffolding.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ hr {
120120

121121
// Only display content to screen readers
122122
//
123-
// See: http://a11yproject.com/posts/how-to-hide-content
123+
// See: http://a11yproject.com/posts/how-to-hide-content/
124124

125125
.sr-only {
126126
position: absolute;

bootstrap/less/theme.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Bootstrap v3.3.7 (http://getbootstrap.com)
3-
* Copyright 2011-2016 Twitter, Inc.
2+
* Bootstrap v3.3.6 (http://getbootstrap.com)
3+
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66

bootstrap/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
//** Global background color for active items (e.g., navs or dropdowns).
112112
@component-active-bg: @brand-primary;
113113

114-
//** Width of the `border` for generating carets that indicate dropdowns.
114+
//** Width of the `border` for generating carets that indicator dropdowns.
115115
@caret-width-base: 4px;
116116
//** Carets increase slightly in size for larger components.
117117
@caret-width-large: 5px;

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</button>
122122

123123

124-
<a href="http://ui-grid.info" class="navbar-brand">UI Grid</a>
124+
<a href="http://127.0.0.1:9003" class="navbar-brand">UI Grid</a>
125125

126126
</div>
127127

0 commit comments

Comments
 (0)