From 1a93c46cad918a00f5f8cfd5e916f7bfa0068904 Mon Sep 17 00:00:00 2001 From: Steven Garrity Date: Tue, 6 Mar 2012 10:15:47 -0400 Subject: [PATCH] Update headings for semantasticality (Bug 730809) --- apps/b2g/templates/b2g/b2g.html | 4 ++-- media/css/b2g.less | 6 ------ media/css/sandstone/sandstone.less | 6 ++++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/apps/b2g/templates/b2g/b2g.html b/apps/b2g/templates/b2g/b2g.html index d094768fed..bfa237d75a 100644 --- a/apps/b2g/templates/b2g/b2g.html +++ b/apps/b2g/templates/b2g/b2g.html @@ -21,10 +21,10 @@

Bringing the Open Web to Mobile Devices

-
+
-

Welcome to a new, open and powerful mobile world!

+

Welcome to a new, open and powerful mobile world!

We launched the Boot to Gecko project to enable the Open Web as a platform for mobile devices. We’re making innovation possible by driving the development of new Web standards.

diff --git a/media/css/b2g.less b/media/css/b2g.less index 8eaae93ed3..ab93de2e45 100644 --- a/media/css/b2g.less +++ b/media/css/b2g.less @@ -5,13 +5,7 @@ h1#main-feature { } #primary { - padding-top: @baseLine * 2; - padding-bottom: @baseLine * 2; - @shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 0 1px #fff; - .box-shadow(@shadow); - background: #fff; #gradient > .radial(center, 45px, ellipse, farthest-corner, #f5f1e8 0%, #ffffff 100%); - .clearfix; height: 13em; margin-bottom: @baseLine * 3; diff --git a/media/css/sandstone/sandstone.less b/media/css/sandstone/sandstone.less index f144c8f0e2..08155310bc 100644 --- a/media/css/sandstone/sandstone.less +++ b/media/css/sandstone/sandstone.less @@ -58,7 +58,8 @@ h1, h2, h3, h4, h5, h6, .huge, .large { } h1, -.large h2 { +.large h2, +.billboard h2 { font-size: 48px; letter-spacing: -2px; } @@ -531,7 +532,8 @@ px 68 160 252 */ letter-spacing: -1px; } - h2 { + h2, + .billboard h2 { font-size: 28px; letter-spacing: -0.5px; }