Updated Branches: refs/heads/refactor 93fa7222a -> 6100848c1
working on formatting 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/7e49a43a Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/7e49a43a Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/7e49a43a Branch: refs/heads/refactor Commit: 7e49a43af18425561c460d41962315bd688b3346 Parents: 93fa722 Author: Steven Gill <[email protected]> Authored: Thu Feb 13 15:01:46 2014 -0800 Committer: Steven Gill <[email protected]> Committed: Thu Feb 13 15:01:46 2014 -0800 ---------------------------------------------------------------------- attachments/index.html | 2 +- attachments/partials/views/home.html | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/7e49a43a/attachments/index.html ---------------------------------------------------------------------- diff --git a/attachments/index.html b/attachments/index.html index 9cb595c..c9423b5 100644 --- a/attachments/index.html +++ b/attachments/index.html @@ -23,7 +23,7 @@ <div id="header" class=""> <div class="header-content row"> - <div class="column-5--desk column-11--hand offset-1--hand"> + <div class="column-5--lap column-11--hand offset-1--hand"> <a href="/" title="Home" class="logo-link"> <div class="registry-logo left pluggy-logo top-logo"></div> <div class="top-project-text">Apache Cordova</div> http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/7e49a43a/attachments/partials/views/home.html ---------------------------------------------------------------------- diff --git a/attachments/partials/views/home.html b/attachments/partials/views/home.html index 7c2abc7..6f7e5a9 100644 --- a/attachments/partials/views/home.html +++ b/attachments/partials/views/home.html @@ -70,26 +70,26 @@ </div> <div class="row home-plugin-listing-headers"> - <div class="column-4--desk offset-2--desk"> + <div class="column-4--hand offset-2--hand"> <h3>Most Downloaded</h3> </div> <div class="call-to-action-mid-spacer"> </div> - <div class="column-4--desk"> + <div class="column-4--hand"> <h3>Last Updated</h3> </div> </div> <div class="row home-plugin-listing"> - <div class="column-4--desk offset-2--desk"> + <div class="column-4--hand offset-2--hand"> <div ng-repeat="plugin in mostDownloaded"> <div class="row"> - <div class="column-1--desk"> + <div class="column-1--hand"> {{plugin.download_count}} </div> - <div class="column-1--desk"> + <div class="column-1--hand"> </div> - <div class="column-10--desk"> + <div class="column-10--hand"> <a href="/#/package/{{plugin.bundle_id}}"> {{plugin.bundle_id}} </a> @@ -99,15 +99,15 @@ </div> <div class="call-to-action-mid-spacer"> </div> - <div class="column-4--desk"> + <div class="column-4--hand"> <div ng-repeat="plugin in lastUpdated"> <div class="row"> - <div class="column-1--desk"> + <div class="column-1--hand"> {{plugin.updated}} </div> - <div class="column-1--desk"> + <div class="column-1--hand"> </div> - <div class="column-10--desk"> + <div class="column-10--hand"> <a href="/#/package/{{plugin.bundle_id}}"> {{plugin.bundle_id}} </a>
