[mail-web] Increased the footer size.
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mail-web] Increased the footer size.
- Date: Thu, 11 Apr 2013 10:30:34 +0000 (UTC)
commit 7d61f846c30ffc7fd79177c329133c9863db598c
Author: Saumya Dwivedi <saumya zero gmail com>
Date: Thu Apr 11 15:40:01 2013 +0530
Increased the footer size.
footer font was too small to read. Also updated the copyright year and removed the cia.vc link
https://bugzilla.gnome.org/show_bug.cgi?id=692897
Signed-off-by: Andrea Veri <av gnome org>
css/layout.css | 2 +-
css/style.css | 7 +++++--
index.html | 4 ++--
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/css/layout.css b/css/layout.css
index 4617dd6..c627b99 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -510,7 +510,7 @@ div#content {
}
#footer #footnotes {
- font-size: 9px;
+/* font-size: 9px;*/
margin-top: 4px;
}
diff --git a/css/style.css b/css/style.css
index 174db88..4824186 100644
--- a/css/style.css
+++ b/css/style.css
@@ -135,8 +135,8 @@ input[type=radio] {
}
#footer {
- font-size: 11px;
- line-height: 1.5em;
+ font-size: 12px;
+ line-height: 1.4em;
}
#footer ul {
@@ -155,6 +155,9 @@ input[type=radio] {
text-decoration: none;
}
+#footer #footnotes small {
+ font-size: 88%;
+}
#footer div.links div a:hover{
display: block;
text-decoration: underline;
diff --git a/index.html b/index.html
index d4cef39..452508d 100644
--- a/index.html
+++ b/index.html
@@ -271,11 +271,11 @@
</div>
<div id="footnotes" class="grid_9">
- <p> Copyright © 2005 - 2012 <a href="http://www.gnome.org/"><strong>The GNOME
Project</strong></a>.<br />
+ <p> Copyright © 2004 - 2013 <a href="http://www.gnome.org/"><strong>The GNOME
Project</strong></a>.<br />
<small><a href="http://validator.w3.org/check/referer">Optimised</a> for <a href=
"http://www.w3.org/">standards</a>. Hosted by <a href=
"http://www.redhat.com/">Red Hat</a>.
- Powered by <a href="http://www.list.org/">MailMan</a></small></p>
+ Powered by <a href="http://www.list.org/">MailMan.</a></small></p>
</div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]