aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-02 20:20:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-02 20:20:34 +0000
commit7968cb70a5dcbf57af5884f28dafe188fc6415c5 (patch)
treef36ed756494d0666c1383a00d5b0426b641242ad
parent8672209b2ac59b0e99785ea89d59e29c6b8e8039 (diff)
downloadellinika-7968cb70a5dcbf57af5884f28dafe188fc6415c5.tar.gz
ellinika-7968cb70a5dcbf57af5884f28dafe188fc6415c5.tar.bz2
Change the way external and sound reference icons are displayed.
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@540 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--ChangeLog6
-rw-r--r--graphics/external.pngbin0 -> 165 bytes
-rw-r--r--style.css10
-rw-r--r--xml/lingua.conf.in4
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 844902a..9b5dc99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12010-03-02 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * style.css (a.external, a.sound): New selectors.
4 * graphics/external.png: New file.
5 * xml/lingua.conf.in: Remove SOUNDREF.
6
12010-03-01 Sergey Poznyakoff <gray@Pirx.gnu.org.ua> 72010-03-01 Sergey Poznyakoff <gray@Pirx.gnu.org.ua>
2 8
3 Re-do element alignment in a cleaner way. 9 Re-do element alignment in a cleaner way.
diff --git a/graphics/external.png b/graphics/external.png
new file mode 100644
index 0000000..419c06f
--- /dev/null
+++ b/graphics/external.png
Binary files differ
diff --git a/style.css b/style.css
index a10e346..42a432a 100644
--- a/style.css
+++ b/style.css
@@ -175,6 +175,16 @@ a:hover {
175 text-decoration: underline; 175 text-decoration: underline;
176} 176}
177 177
178a.external {
179 background: url(graphics/external.png) center right no-repeat;
180 padding: 0 13px 0 0;
181}
182
183a.sound {
184 background: url(graphics/audio.png) center right no-repeat;
185 padding: 0 16px 0 0;
186}
187
178/* 188/*
179 Tables 189 Tables
180 */ 190 */
diff --git a/xml/lingua.conf.in b/xml/lingua.conf.in
index d61b1a9..918d9b1 100644
--- a/xml/lingua.conf.in
+++ b/xml/lingua.conf.in
@@ -9,10 +9,6 @@
9 9
10 <DICT PROG="dict.=SCRIPT_SUFFIX=" /> 10 <DICT PROG="dict.=SCRIPT_SUFFIX=" />
11 <BASE HREF="=BASE_HREF=" /> 11 <BASE HREF="=BASE_HREF=" />
12 <SOUNDREF>
13 <![CDATA[
14 <img src="=TARGET_DIR=/graphics/audio.png" width="16" height="16" alt="[ sound ]" />]]>
15 </SOUNDREF>
16 <SEARCH ARGS="(list (lingua:gettext &quot;Search&quot;))"> 12 <SEARCH ARGS="(list (lingua:gettext &quot;Search&quot;))">
17 <![CDATA[ 13 <![CDATA[
18 <form method="get" 14 <form method="get"

Return to:

Send suggestions and report system problems to the System administrator.