[gnome-devel-docs/gnome3-hig] hig3: separate out copyright. update. make buttons a tad compact



commit b59e41c97e3220af4c2a70d5cbbcd20cd4713268
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Jan 23 20:51:23 2012 +0100

    hig3: separate out copyright. update. make buttons a tad compact

 hig3/src/layouts/default.haml |   10 +---------
 hig3/src/layouts/landing.haml |   11 ++---------
 hig3/src/pages/_copy.haml     |    8 ++++++++
 hig3/src/stylesheets/hig.scss |    5 ++++-
 4 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/hig3/src/layouts/default.haml b/hig3/src/layouts/default.haml
index cc64f83..be66a2f 100644
--- a/hig3/src/layouts/default.haml
+++ b/hig3/src/layouts/default.haml
@@ -25,12 +25,4 @@
       #footer
         .contain
           = partial('menu')
-          .copy
-            %p
-              Copyright &copy; 2005&mdash;2012 The GNOME Project
-            %p
-              Free to share and remix: 
-              %a{:href => "http://creativecommons.org/licenses/by/3.0/"} Creative Commons CC-BY.
-              Optimised for standards. Hosted by 
-              %a{:href => "http://canonical.com"} Canonical
-              Powered by WordPress. 
+          = partial('copy')
diff --git a/hig3/src/layouts/landing.haml b/hig3/src/layouts/landing.haml
index e5d7b3f..16216fb 100644
--- a/hig3/src/layouts/landing.haml
+++ b/hig3/src/layouts/landing.haml
@@ -23,12 +23,5 @@
       #footer
         .contain
           = partial('menu')
-          .copy
-            %p
-              Copyright &copy; 2005&mdash;2012 The GNOME Project
-            %p
-              Free to share and remix: 
-              %a{:href => "http://creativecommons.org/licenses/by/3.0/"} Creative Commons CC-BY.
-              Optimised for standards. Hosted by 
-              %a{:href => "http://canonical.com"} Canonical
-              Powered by WordPress. 
+          = partial('copy')
+
diff --git a/hig3/src/pages/_copy.haml b/hig3/src/pages/_copy.haml
new file mode 100644
index 0000000..ed1cca2
--- /dev/null
+++ b/hig3/src/pages/_copy.haml
@@ -0,0 +1,8 @@
+.copy
+  %p
+    Copyright &copy; 2005&mdash;2012 The GNOME Project
+  %p
+    Free to share and remix: 
+    %a{:href => "http://creativecommons.org/licenses/by/3.0/"} Creative Commons CC-BY.
+    Optimised for standards. Hosted by 
+    %a{:href => "http://www.redhat.com"} Red Hat, Inc.
diff --git a/hig3/src/stylesheets/hig.scss b/hig3/src/stylesheets/hig.scss
index d72f338..a9c4b60 100644
--- a/hig3/src/stylesheets/hig.scss
+++ b/hig3/src/stylesheets/hig.scss
@@ -121,6 +121,7 @@ h1 { font-size: 200%;  }
           padding-left: 24px;
           &.current a {
            color: black;
+           outline: none;
            &:hover {
             text-decoration: none;
             cursor: default;
@@ -143,6 +144,7 @@ h1 { font-size: 200%;  }
               font-weight: bold;
               padding-left: 24px;
               cursor: pointer;
+              outline: none;
               &:hover {
                 text-decoration: none;
               }
@@ -158,6 +160,7 @@ h1 { font-size: 200%;  }
                 a {
                   padding-left: 24px;
                   color: $c-link;
+                  outlien: none;
                 }
                 &.current {
                   a {
@@ -420,7 +423,7 @@ hr.footerart {
     
     .navmenu {
       font-size: 130%;
-      line-height: 300%;
+      line-height: 150%;
       margin-bottom: 2em;
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]