You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/03 02:02:10 UTC

[13/15] git commit: updated some styles

updated some styles


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/0f2b629a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/0f2b629a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/0f2b629a

Branch: refs/heads/refactor
Commit: 0f2b629a5e818bc6f322d792d722f46e906dc1e4
Parents: 7b377c3
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 2 15:49:44 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 2 15:49:44 2014 -0700

----------------------------------------------------------------------
 Gruntfile.js                            | 1 +
 attachments/partials/views/viewAll.html | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/0f2b629a/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 948d284..91dad6a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -89,6 +89,7 @@ module.exports = function(grunt) {
       grunt.task.run([
           'configureProxies:localRegistry',
           'connect:develop',
+          'shell:reloadServer',
           'watch'
       ]);
   });

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/0f2b629a/attachments/partials/views/viewAll.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/viewAll.html b/attachments/partials/views/viewAll.html
index 231b632..c198d45 100644
--- a/attachments/partials/views/viewAll.html
+++ b/attachments/partials/views/viewAll.html
@@ -1,6 +1,6 @@
 <topbar></topbar>
 <div class="row">
-	<div class="offset-2--hand column-8--hand">
+	<div class="offset-1--hand column-10--hand">
 		<div class="viewContainer">
 			<pluginlist></pluginlist>
 			<div ng-show="loading" class="row loading-plugins">
@@ -11,4 +11,4 @@
 			</div>
 		</div>
 	</div>
-</div>
\ No newline at end of file
+</div>