[mail-web] changing the css parts that correspond mainly to the sites connected with the Mailing lists of mail.



commit 4d330bb372cd064ef6b84fb4b2fd72ea9b12d520
Author: epetrevska <elenapetrevska77 gmail com>
Date:   Wed Jul 11 23:03:02 2012 +0200

    changing the css parts that correspond mainly to the sites connected with the Mailing lists of mail.gnome.org, thus changing in the footer to underline only the word, not the space around

 css/archive.css |    8 ++++++++
 css/layout.css  |    2 +-
 css/style.css   |    8 ++++----
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/css/archive.css b/css/archive.css
index eb24a75..4f3605e 100644
--- a/css/archive.css
+++ b/css/archive.css
@@ -140,6 +140,14 @@ input {
     font-size: 75%;
 }
 
+/* part of https://mail.gnome.org/archives/anjuta-devel-list/2012-July/thread.html */
+#header_archive h1 {
+    color: #2E3436;
+    font-size: 250%;
+    padding: 0;
+    width: 960px;
+}
+
 #select_archive {
     height: 27px;
     margin-left: 0;
diff --git a/css/layout.css b/css/layout.css
index a015e72..7efcef2 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -81,7 +81,7 @@ a:active {
 	text-align: right;
 
 	background-color: #e3ffc3;
-	border-bottom: 1px solid #807d74;
+	text-decoration: underline;
 }
 
 #banner {
diff --git a/css/style.css b/css/style.css
index 8e66431..35a472a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -19,7 +19,7 @@ div#content a {
 }
 
 div#content a:hover {
-	border-bottom: 1px solid #888;
+	text-decoration: underline;
 }
 
 
@@ -155,12 +155,12 @@ input[type=radio] {
 	text-decoration: none;
 }
 
-#footer a:hover {
-	border-bottom: 1px solid #888
+#footer div.links div a:hover{
+    display: block;
+    text-decoration: underline;
 }
 
 
-
 h1, h2, h3, h4, h5, h6, dt {
     color: #0489B7;
 }



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