From 0ef5c4b8917bade623681cf8fa5ff040aca12279 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 24 Sep 2007 20:04:45 +0000 Subject: Add arrows on the homepage to hint about frame activation. --- (limited to 'data/icons') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..87d79b0 --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,6 @@ +iconsdir = $(pkgdatadir)/data/icons +icons_DATA = \ + arrow_NE.svg \ + arrow_NW.svg \ + arrow_SE.svg \ + arrow_SW.svg diff --git a/data/icons/arrow_NE.svg b/data/icons/arrow_NE.svg new file mode 100644 index 0000000..e06363d --- /dev/null +++ b/data/icons/arrow_NE.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/data/icons/arrow_NW.svg b/data/icons/arrow_NW.svg new file mode 100644 index 0000000..d02978a --- /dev/null +++ b/data/icons/arrow_NW.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/data/icons/arrow_SE.svg b/data/icons/arrow_SE.svg new file mode 100644 index 0000000..0a5d024 --- /dev/null +++ b/data/icons/arrow_SE.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/data/icons/arrow_SW.svg b/data/icons/arrow_SW.svg new file mode 100644 index 0000000..5e712e2 --- /dev/null +++ b/data/icons/arrow_SW.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v0.9.1