[mail-web] adding/removing lines to align the footer and the <h1> element
- From: Elena Petrevska <epetrevska src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mail-web] adding/removing lines to align the footer and the <h1> element
- Date: Thu, 12 Jul 2012 21:35:53 +0000 (UTC)
commit f421a0ae0c32f067591ea596df132f7b9b9e431d
Author: epetrevska <elenapetrevska77 gmail com>
Date: Thu Jul 12 23:35:45 2012 +0200
adding/removing lines to align the footer and the <h1> element
css/archive.css | 1 -
css/layout.css | 3 ++-
css/style.css | 16 +++++-----------
3 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/css/archive.css b/css/archive.css
index 4f3605e..4d9f529 100644
--- a/css/archive.css
+++ b/css/archive.css
@@ -137,7 +137,6 @@ input {
margin: 20px auto 0;
width: 960px;
float: center;
- font-size: 75%;
}
/* part of https://mail.gnome.org/archives/anjuta-devel-list/2012-July/thread.html */
diff --git a/css/layout.css b/css/layout.css
index 7efcef2..70bba9c 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -483,12 +483,13 @@ div#content {
background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll top transparent;
height: 39px;
margin-top: -33px;
+ bottom: 0;
}
#footer_community {
background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) center no-repeat;
height: 180px;
- margin-top: -33px;
+ bottom: 0;
}
/* FOOTER */
diff --git a/css/style.css b/css/style.css
index 35a472a..5b3c226 100644
--- a/css/style.css
+++ b/css/style.css
@@ -135,7 +135,7 @@ input[type=radio] {
}
#footer {
- font-size: 10px;
+ font-size: 11px;
line-height: 1.5em;
}
@@ -159,14 +159,10 @@ input[type=radio] {
display: block;
text-decoration: underline;
}
-
-
-h1, h2, h3, h4, h5, h6, dt {
- color: #0489B7;
-}
h1 {
- font-size: 42px;
+ margin: 0.8em 2em 0.4em 9em;
}
+
h2 {
font-size: 25px;
}
@@ -197,10 +193,8 @@ ol {
ul {
list-style:square;
}
-li {
- margin-left:30px;
-}
-dl,dt,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
+
+dl,dt,h2,h3,h4,h5,h6,pre,table,address,fieldset {
margin: 0.8em 0 0.4em;
}
p, dd, .action_box, ul, ol {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]