Skip to content

Commit

Permalink
Rebuild frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 7, 2013
1 parent 1ccf622 commit f388113
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -8593,9 +8593,9 @@ textarea {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}
.popover-followee .nav li a:hover i {
background-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/fuchsia.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ckan/public/base/css/green.css
Expand Up @@ -8593,9 +8593,9 @@ textarea {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}
.popover-followee .nav li a:hover i {
background-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/green.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ckan/public/base/css/main.css
Expand Up @@ -8593,9 +8593,9 @@ textarea {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}
.popover-followee .nav li a:hover i {
background-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/main.debug.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckan/public/base/css/main.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ckan/public/base/css/maroon.css
Expand Up @@ -8593,9 +8593,9 @@ textarea {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}
.popover-followee .nav li a:hover i {
background-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/maroon.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ckan/public/base/css/red.css
Expand Up @@ -8593,9 +8593,9 @@ textarea {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2 x rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2x rgba(0, 0, 0, 0.2);
}
.popover-followee .nav li a:hover i {
background-color: #000;
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/red.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckan/public/base/javascript/client.min.js

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

2 changes: 1 addition & 1 deletion ckan/public/base/javascript/main.min.js

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

0 comments on commit f388113

Please sign in to comment.