diff options
author | Steffen Pingel | 2011-11-24 12:50:37 +0000 |
---|---|---|
committer | Steffen Pingel | 2011-11-24 12:50:37 +0000 |
commit | a471ecb8a423d0327c82d8a132945bf61d4901ac (patch) | |
tree | 75d6b1ba26a07c044b8e92de410b2b50a6bc061b /org.eclipse.mylyn.help.ui | |
parent | f86f0941bcf02484938212277431ae2811902ca4 (diff) | |
download | org.eclipse.mylyn.tasks-a471ecb8a423d0327c82d8a132945bf61d4901ac.tar.gz org.eclipse.mylyn.tasks-a471ecb8a423d0327c82d8a132945bf61d4901ac.tar.xz org.eclipse.mylyn.tasks-a471ecb8a423d0327c82d8a132945bf61d4901ac.zip |
REOPENED - bug 356790: configure all projects for Unix file endings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=356790
Change-Id: Ib444d398f20055df85a2c85c628f2c7c5df2e81c
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
6 files changed, 45 insertions, 43 deletions
diff --git a/org.eclipse.mylyn.help.ui/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.mylyn.help.ui/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 000000000..5a0ad22d2 --- /dev/null +++ b/org.eclipse.mylyn.help.ui/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\n diff --git a/org.eclipse.mylyn.help.ui/intro/css/overview.css b/org.eclipse.mylyn.help.ui/intro/css/overview.css index e0148136f..b474c639f 100644 --- a/org.eclipse.mylyn.help.ui/intro/css/overview.css +++ b/org.eclipse.mylyn.help.ui/intro/css/overview.css @@ -1,15 +1,15 @@ -a#mylyn-overview img {
- background-image: url(../../images/topiclabel/ov_mylyn48.gif);
-}
-
-a#mylyn-overview:hover img {
- background-image: url(../../images/topiclabel/ov_mylyn48_hov.gif);
-}
-
-a#mylyn-legend img {
- background-image: url(../../images/topiclabel/ov_legend48.gif);
-}
-
-a#mylyn-legend:hover img {
- background-image: url(../../images/topiclabel/ov_legend48_hov.gif);
-}
+a#mylyn-overview img { + background-image: url(../../images/topiclabel/ov_mylyn48.gif); +} + +a#mylyn-overview:hover img { + background-image: url(../../images/topiclabel/ov_mylyn48_hov.gif); +} + +a#mylyn-legend img { + background-image: url(../../images/topiclabel/ov_legend48.gif); +} + +a#mylyn-legend:hover img { + background-image: url(../../images/topiclabel/ov_legend48_hov.gif); +} diff --git a/org.eclipse.mylyn.help.ui/intro/css/tutorials.css b/org.eclipse.mylyn.help.ui/intro/css/tutorials.css index f2d361603..0c4f174d7 100644 --- a/org.eclipse.mylyn.help.ui/intro/css/tutorials.css +++ b/org.eclipse.mylyn.help.ui/intro/css/tutorials.css @@ -1,15 +1,15 @@ -a#mylyn-query img {
- background-image: url(../../images/topiclabel/tu_query48.gif);
-}
-
-a#mylyn-query:hover img {
- background-image: url(../../images/topiclabel/tu_query48_hov.gif);
-}
-
-a#mylyn-task img {
- background-image: url(../../images/topiclabel/tu_task48.gif);
-}
-
-a#mylyn-task:hover img {
- background-image: url(../../images/topiclabel/tu_task48_hov.gif);
-}
+a#mylyn-query img { + background-image: url(../../images/topiclabel/tu_query48.gif); +} + +a#mylyn-query:hover img { + background-image: url(../../images/topiclabel/tu_query48_hov.gif); +} + +a#mylyn-task img { + background-image: url(../../images/topiclabel/tu_task48.gif); +} + +a#mylyn-task:hover img { + background-image: url(../../images/topiclabel/tu_task48_hov.gif); +} diff --git a/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties b/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties index 9dd13af94..97180c815 100644 --- a/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties +++ b/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties @@ -8,7 +8,7 @@ # Contributors: # Tasktop Technologies - initial API and implementation ############################################################################### -tutorials.mylyn-query.link-icon = images/topiclabel/tu_query48.gif
-tutorials.mylyn-query.hover-icon = images/topiclabel/tu_query48_hov.gif
-tutorials.mylyn-task.link-icon = images/topiclabel/tu_task48.gif
-tutorials.mylyn-task.hover-icon = images/topiclabel/tu_task48_hov.gif
+tutorials.mylyn-query.link-icon = images/topiclabel/tu_query48.gif +tutorials.mylyn-query.hover-icon = images/topiclabel/tu_query48_hov.gif +tutorials.mylyn-task.link-icon = images/topiclabel/tu_task48.gif +tutorials.mylyn-task.hover-icon = images/topiclabel/tu_task48_hov.gif diff --git a/org.eclipse.mylyn.help.ui/intro/css/whatsnew.css b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.css index 3bcb8da0f..2e5ccb086 100644 --- a/org.eclipse.mylyn.help.ui/intro/css/whatsnew.css +++ b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.css @@ -1,7 +1,7 @@ -a#mylyn-noteworthy img {
- background-image: url(../../images/topiclabel/wn_mylyn48.gif);
-}
-
-a#mylyn-noteworthy:hover img {
- background-image: url(../../images/topiclabel/wn_mylyn48_hov.gif);
-}
+a#mylyn-noteworthy img { + background-image: url(../../images/topiclabel/wn_mylyn48.gif); +} + +a#mylyn-noteworthy:hover img { + background-image: url(../../images/topiclabel/wn_mylyn48_hov.gif); +} diff --git a/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties index 9ce22c693..22d77c3d9 100644 --- a/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties +++ b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties @@ -8,5 +8,5 @@ # Contributors: # Tasktop Technologies - initial API and implementation ############################################################################### -whatsnew.mylyn-noteworthy.link-icon = images/topiclabel/wn_mylyn48.gif
-whatsnew.mylyn-noteworthy.hover-icon = images/topiclabel/wn_mylyn48_hov.gif
+whatsnew.mylyn-noteworthy.link-icon = images/topiclabel/wn_mylyn48.gif +whatsnew.mylyn-noteworthy.hover-icon = images/topiclabel/wn_mylyn48_hov.gif |