Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-10-14 17:46:47 +0000
committerChris Goldthorpe2009-10-14 17:46:47 +0000
commitb1f382c9df692e8ab3ab874b3f9884151a220723 (patch)
treebb0b1ff9370c4b628b471ec2663dc9f111119338
parent9ebf49c71db4bc58775439799ed388b7f0ebeaf6 (diff)
downloadeclipse.platform.ua-b1f382c9df692e8ab3ab874b3f9884151a220723.tar.gz
eclipse.platform.ua-b1f382c9df692e8ab3ab874b3f9884151a220723.tar.xz
eclipse.platform.ua-b1f382c9df692e8ab3ab874b3f9884151a220723.zip
Minor css changes for news feed
-rw-r--r--org.eclipse.ui.intro.universal/themes/circles/html/font-relative.css2
-rw-r--r--org.eclipse.ui.intro.universal/themes/circles/html/shared.css5
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css2
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/shared.css6
4 files changed, 13 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/circles/html/font-relative.css b/org.eclipse.ui.intro.universal/themes/circles/html/font-relative.css
index de4dd0e2a..af2383e10 100644
--- a/org.eclipse.ui.intro.universal/themes/circles/html/font-relative.css
+++ b/org.eclipse.ui.intro.universal/themes/circles/html/font-relative.css
@@ -73,7 +73,7 @@ p .group-description {
font-size: 8pt;
}
-.topicList {
+.topicList, .rss-feed-link {
font-size:90%;
}
diff --git a/org.eclipse.ui.intro.universal/themes/circles/html/shared.css b/org.eclipse.ui.intro.universal/themes/circles/html/shared.css
index 09dad1e30..fbaf550d6 100644
--- a/org.eclipse.ui.intro.universal/themes/circles/html/shared.css
+++ b/org.eclipse.ui.intro.universal/themes/circles/html/shared.css
@@ -622,6 +622,11 @@ h1, p { margin-left : 10px; } /* required in mozilla so the page description is
color: #69c;
}
+.rss-feed-link a {
+ font-family: Verdana, Arial, Helvetica;
+ color: #00507C;
+}
+
/*
* This part is for hosting embedded document inside
* the content area.
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css b/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
index 9bd16f72c..5dc70f9f7 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/font-relative.css
@@ -72,7 +72,7 @@ p .group-description {
font-size: 8pt;
}
-.topicList {
+.topicList, .rss-feed-link {
font-size:90%;
}
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
index f109153cc..17befb636 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css
@@ -491,6 +491,12 @@ h1, p { margin-left : 10px; } /* required in mozilla so the page description is
color: #69c;
}
+
+.rss-feed-link a {
+ font-family: Verdana, Arial, Helvetica;
+ color: #00507C;
+}
+
/*
* This part is for hosting embedded document inside
* the content area.

Back to the top