You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/03/11 16:11:04 UTC

[41/50] [abbrv] git commit: "Ripple Services" in popup should be a (smaller sized) h1.

"Ripple Services" in popup should be a (smaller sized) h1.

This updates the h1 font size to be smaller and relatively
closer to other headers.

Pointed out in GitHub Issue:

    https://github.com/blackberry/Ripple-UI/issues/698

Also, in the non RIM distribution, Ripple Services was still in
an 'h2' tag, vs in an 'h1' tag (like in the RIM distro). This
makes things the same.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/f9d89b41
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/f9d89b41
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/f9d89b41

Branch: refs/heads/master
Commit: f9d89b415aec148308953883053bd41a05ababe8
Parents: 9e2369c
Author: Brent Lintner <br...@gmail.com>
Authored: Fri Feb 15 13:08:53 2013 -0500
Committer: Brent Lintner <br...@gmail.com>
Committed: Fri Feb 15 13:13:08 2013 -0500

----------------------------------------------------------------------
 targets/chrome.extension/styles/extension.css |    2 +-
 targets/chrome.extension/views/popup.html     |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/f9d89b41/targets/chrome.extension/styles/extension.css
----------------------------------------------------------------------
diff --git a/targets/chrome.extension/styles/extension.css b/targets/chrome.extension/styles/extension.css
index ec1ee01..bc7373d 100644
--- a/targets/chrome.extension/styles/extension.css
+++ b/targets/chrome.extension/styles/extension.css
@@ -46,7 +46,7 @@ p:first-letter, th, li:first-letter, label, button { text-transform: capitalize;
 
 p { font-size: 1.2em; }
 
-h1 { font-size: 2em; font-weight: bold; text-transform: capitalize; }
+h1 { font-size: 1.5em; font-weight: bold; text-transform: capitalize; }
 
 h2 { font-size: 1em; font-weight: bold; text-transform: capitalize; }
 

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/f9d89b41/targets/chrome.extension/views/popup.html
----------------------------------------------------------------------
diff --git a/targets/chrome.extension/views/popup.html b/targets/chrome.extension/views/popup.html
index 660e5c6..d264d67 100644
--- a/targets/chrome.extension/views/popup.html
+++ b/targets/chrome.extension/views/popup.html
@@ -24,7 +24,7 @@
         <div id="main" class="layout">
 
             <div id="popup-enable-container">
-                <h2>Ripple Mission Control</h2>
+                <h1>Ripple Mission Control</h1>
                 <p>This is the Ripple control panel, where you can enable and disable Ripple for the current page URL and all pages contained within it.</p>
 
                 <button id="popup-enable" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
@@ -42,4 +42,3 @@
         </div>
   </body>
 </html>
-