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/01/20 19:42:08 UTC

[18/32] git commit: Cleaning up some more styles

Cleaning up some more 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/b75f8468
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/b75f8468
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/b75f8468

Branch: refs/heads/refactor
Commit: b75f84680814865e27b0ee8e19c6a197fd279cef
Parents: 555a145
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Jan 19 00:04:35 2014 -0600
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Jan 19 00:04:35 2014 -0600

----------------------------------------------------------------------
 attachments/css/footer.less |   5 ++
 attachments/css/layout.less |   9 ---
 attachments/css/styles.css  | 146 +++++++++++++++++++--------------------
 attachments/css/styles.less |   2 +
 4 files changed, 80 insertions(+), 82 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b75f8468/attachments/css/footer.less
----------------------------------------------------------------------
diff --git a/attachments/css/footer.less b/attachments/css/footer.less
new file mode 100644
index 0000000..8330bc6
--- /dev/null
+++ b/attachments/css/footer.less
@@ -0,0 +1,5 @@
+/* ----- footer ---- */
+
+#footer {
+    height:40px;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b75f8468/attachments/css/layout.less
----------------------------------------------------------------------
diff --git a/attachments/css/layout.less b/attachments/css/layout.less
index f7f775c..0877c2c 100644
--- a/attachments/css/layout.less
+++ b/attachments/css/layout.less
@@ -51,9 +51,6 @@ a.dep-link {
 }
 
 
-@import "header.less";
-
-
 /* ----- content ---- */
 
 #content-wrapper {
@@ -167,12 +164,6 @@ a.dep-link {
     }
 }
 
-/* ----- footer ---- */
-
-#footer {
-    height:40px;
-}
-
 
 /* ----- everything else ----- */
 

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b75f8468/attachments/css/styles.css
----------------------------------------------------------------------
diff --git a/attachments/css/styles.css b/attachments/css/styles.css
index bef4d28..cc025f7 100644
--- a/attachments/css/styles.css
+++ b/attachments/css/styles.css
@@ -3534,75 +3534,6 @@ a.dep-link {
   background-color: #4cd6fc;
   color: #fff;
 }
-/* ----- header ---- */
-#header {
-  background-color: #3b4854;
-  color: #ffffff;
-  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
-  height: 90px;
-  padding: 10px;
-  position: relative;
-  text-align: left;
-  z-index: 3;
-}
-#header .wrap {
-  padding: 20px 0;
-}
-#header a {
-  -webkit-transition: color 0.25s linear;
-  -moz-transition: color 0.25s linear;
-  transition: color 0.25s linear;
-  color: #ffffff;
-  display: inline-block;
-  padding: 6px 0;
-  position: relative;
-}
-#header a:hover {
-  color: #4cc2e4;
-}
-#header a.logo {
-  padding-left: 40px;
-  margin-left: 50px;
-  font-size: 1.2em;
-}
-#header a.logo:before {
-  font-size: 1.5em;
-  position: absolute;
-  left: 0;
-  top: 3px;
-}
-#header .top-project-text,
-#header .top-plugins-registry-text {
-  text-transform: uppercase;
-}
-#header .top-project-text {
-  font-size: 12px;
-}
-#header .top-plugins-registry-text {
-  font-size: 27px;
-}
-#header .header-links {
-  font-size: 18px;
-  font-weight: lighter;
-  padding: 5px;
-}
-#header .header-links a {
-  padding: 20px 20px 0px 0px;
-}
-#header #howto {
-  float: right;
-}
-#header #howto a {
-  padding-top: 10px;
-  margin-left: 24px;
-}
-#header #howto a span {
-  position: absolute;
-  top: 0px;
-  left: 0;
-  font-size: 10px;
-  font-weight: 600;
-}
 /* ----- content ---- */
 #content-wrapper {
   padding-top: 0;
@@ -3700,10 +3631,6 @@ a.dep-link {
   background-color: #4cd6fc;
   color: #fff;
 }
-/* ----- footer ---- */
-#footer {
-  height: 40px;
-}
 /* ----- everything else ----- */
 div#results {
   font-size: 20px;
@@ -3894,6 +3821,79 @@ div.right {
 div.left {
   float: left;
 }
+/* ----- header ---- */
+#header {
+  background-color: #3b4854;
+  color: #ffffff;
+  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
+  height: 90px;
+  padding: 10px;
+  position: relative;
+  text-align: left;
+  z-index: 3;
+}
+#header .wrap {
+  padding: 20px 0;
+}
+#header a {
+  -webkit-transition: color 0.25s linear;
+  -moz-transition: color 0.25s linear;
+  transition: color 0.25s linear;
+  color: #ffffff;
+  display: inline-block;
+  padding: 6px 0;
+  position: relative;
+}
+#header a:hover {
+  color: #4cc2e4;
+}
+#header a.logo {
+  padding-left: 40px;
+  margin-left: 50px;
+  font-size: 1.2em;
+}
+#header a.logo:before {
+  font-size: 1.5em;
+  position: absolute;
+  left: 0;
+  top: 3px;
+}
+#header .top-project-text,
+#header .top-plugins-registry-text {
+  text-transform: uppercase;
+}
+#header .top-project-text {
+  font-size: 12px;
+}
+#header .top-plugins-registry-text {
+  font-size: 27px;
+}
+#header .header-links {
+  font-size: 18px;
+  font-weight: lighter;
+  padding: 5px;
+}
+#header .header-links a {
+  padding: 20px 20px 0px 0px;
+}
+#header #howto {
+  float: right;
+}
+#header #howto a {
+  padding-top: 10px;
+  margin-left: 24px;
+}
+#header #howto a span {
+  position: absolute;
+  top: 0px;
+  left: 0;
+  font-size: 10px;
+  font-weight: 600;
+}
+/* ----- footer ---- */
+#footer {
+  height: 40px;
+}
 /* ==========================================================================
    MEDIA QUERIES
    ========================================================================== */

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b75f8468/attachments/css/styles.less
----------------------------------------------------------------------
diff --git a/attachments/css/styles.less b/attachments/css/styles.less
index b511a5c..90309d3 100644
--- a/attachments/css/styles.less
+++ b/attachments/css/styles.less
@@ -9,5 +9,7 @@
 @import (less) "grid.css";
 
 @import "layout.less";
+@import "header.less";
+@import "footer.less";
 
 @import "media.less";
\ No newline at end of file