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/07 23:07:07 UTC

[11/53] [abbrv] git commit: CB-6281 - fixing the header font to Lato, correcting the 'Apache Cordova' and 'Plugins Registry' correctly, as well as removing extra spacing on plugin results and view all pages.

CB-6281 - fixing the header font to Lato, correcting the 'Apache Cordova' and 'Plugins Registry' correctly, as well as removing extra spacing on plugin results and view all pages.


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/2a454651
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/2a454651
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/2a454651

Branch: refs/heads/master
Commit: 2a454651fc9022ee61c88a3d24794c08a970edc8
Parents: 3243029
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Mar 16 23:33:11 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Mar 16 23:33:11 2014 -0500

----------------------------------------------------------------------
 attachments/css/header.less | 6 ++++--
 attachments/css/layout.less | 2 +-
 attachments/css/styles.css  | 7 ++++---
 3 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/2a454651/attachments/css/header.less
----------------------------------------------------------------------
diff --git a/attachments/css/header.less b/attachments/css/header.less
index aafd422..b0e7809 100644
--- a/attachments/css/header.less
+++ b/attachments/css/header.less
@@ -43,14 +43,16 @@
 
     .top-project-text, .top-plugins-registry-text {
       text-transform: uppercase;
+      font-family: 'Lato', sans-serif;
+      font-weight: 300;
     }
 
     .top-project-text {
-      font-size: 16px;
+      font-size: 12px;
     }
 
     .top-plugins-registry-text {
-      font-size: 20px;
+      font-size: 28px;
     }
 
     .header-links {

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/2a454651/attachments/css/layout.less
----------------------------------------------------------------------
diff --git a/attachments/css/layout.less b/attachments/css/layout.less
index 9a50ef7..23670d2 100644
--- a/attachments/css/layout.less
+++ b/attachments/css/layout.less
@@ -60,7 +60,7 @@ a.dep-link {
 
 #content-wrapper {
     padding-top: 0;
-    width: 100%;
+    // width: 100%;
 }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/2a454651/attachments/css/styles.css
----------------------------------------------------------------------
diff --git a/attachments/css/styles.css b/attachments/css/styles.css
index 9785de7..5328f3d 100644
--- a/attachments/css/styles.css
+++ b/attachments/css/styles.css
@@ -2407,7 +2407,6 @@ a.dep-link {
 /* ----- content ---- */
 #content-wrapper {
   padding-top: 0;
-  width: 100%;
 }
 #content,
 #tabs a,
@@ -2772,12 +2771,14 @@ div.left {
 #header .top-project-text,
 #header .top-plugins-registry-text {
   text-transform: uppercase;
+  font-family: 'Lato', sans-serif;
+  font-weight: 300;
 }
 #header .top-project-text {
-  font-size: 16px;
+  font-size: 12px;
 }
 #header .top-plugins-registry-text {
-  font-size: 20px;
+  font-size: 28px;
 }
 #header .header-links {
   font-size: 18px;