Skip to content

Commit 939a635

Browse files
committed
gh-pages v2.0.12-g1e20b74-d67b5ed
1 parent 4267383 commit 939a635

6 files changed

+8
-8
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h1>Angular UI Grid</h1>
6565

6666
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
6767

68-
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 2.0.12-g1e20b74-4639cae">
68+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 2.0.12-g1e20b74-d67b5ed">
6969
<i class="fa fa-download fa-fw"></i>
70-
Download <small>( 2.0.13 / 2.0.12-g1e20b74-4639cae )</small>
70+
Download <small>( 2.0.13 / 2.0.12-g1e20b74-d67b5ed )</small>
7171
</a>
7272

7373
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

less/ui-grid.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ui-grid - v2.0.12-g1e20b74-4639cae - 2014-09-22
1+
/*! ui-grid - v2.0.12-g1e20b74-d67b5ed - 2014-09-22
22
* Copyright (c) 2014 ; License: MIT */
33
.ui-grid-animate-spin {
44
-moz-animation: ui-grid-spin 2s infinite linear;
@@ -574,7 +574,7 @@ input[type="text"].ui-grid-filter-input {
574574
// it should be. The column widths are calculated dynamically
575575
width: 0;
576576

577-
&.sortable {
577+
.sortable {
578578
cursor: pointer;
579579
}
580580
}

release/ui-grid-unstable.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
user-select: none;
131131
width: 0;
132132
}
133-
.ui-grid-header-cell.sortable {
133+
.ui-grid-header-cell .sortable {
134134
cursor: pointer;
135135
}
136136
.ui-grid-header .ui-grid-vertical-bar {

release/ui-grid-unstable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! ui-grid - v2.0.12-g1e20b74-4639cae - 2014-09-22
1+
/*! ui-grid - v2.0.12-g1e20b74-d67b5ed - 2014-09-22
22
* Copyright (c) 2014 ; License: MIT */
33
(function () {
44
'use strict';

release/ui-grid-unstable.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/ui-grid-unstable.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)