aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-18 10:13:00 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-18 10:13:00 +0300
commit8981940c41b9107a8bb387433cd0c7a6408bf03e (patch)
tree1fb4c6b09d973feef7043781affcc7d87c7030ad
parent2852ad9f1ff410c262614d45bb50fad8956793ca (diff)
downloadellinika-8981940c41b9107a8bb387433cd0c7a6408bf03e.tar.gz
ellinika-8981940c41b9107a8bb387433cd0c7a6408bf03e.tar.bz2
Minor changes.
* src/cgi-bin/conj.scm: Fix a typo. * style.css: Add content-inner class. Limit width of the text. (li span.active): New class. * xml/pl/ellinika.xml: Require at least commit 149 of lingua. * xml/uk/ellinika.xml: Likewise. * xml/ru/ellinika.xml: Likewise.
-rw-r--r--src/cgi-bin/conj.scm42
-rw-r--r--style.css11
-rw-r--r--xml/pl/ellinika.xml2
-rw-r--r--xml/ru/ellinika.xml2
-rw-r--r--xml/uk/ellinika.xml2
5 files changed, 15 insertions, 4 deletions
diff --git a/src/cgi-bin/conj.scm4 b/src/cgi-bin/conj.scm4
index 0c7b8f2..42b8405 100644
--- a/src/cgi-bin/conj.scm4
+++ b/src/cgi-bin/conj.scm4
@@ -55,7 +55,7 @@ ifelse(IFACE,[CGI],(cgi:init))
<table class=\"noframe\">
<tr>
<td>")
- (display (_"Εισάγετε τον ρήμα"))
+ (display (_"Εισάγετε το ρήμα"))
(display "
</td>
<td>
diff --git a/style.css b/style.css
index 67cf8a1..b5b4972 100644
--- a/style.css
+++ b/style.css
@@ -38,6 +38,12 @@ div.contentpanel {
vertical-align: top;
}
+div.content-inner {
+ max-width: 50em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
div.navbar {
background-color: #FFFFFF;
display: table-cell;
@@ -127,6 +133,11 @@ li.group {
margin-left: -1em;
}
+li span.active {
+ color: #0028bd;
+ font-weight: bold;
+}
+
div.group {
background-color: #0063C1;
color: white;
diff --git a/xml/pl/ellinika.xml b/xml/pl/ellinika.xml
index c5d3263..cc4a7f3 100644
--- a/xml/pl/ellinika.xml
+++ b/xml/pl/ellinika.xml
@@ -7,7 +7,7 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the file COPYING.FDL -->
-<LINGUA PREREQ="1.3 commit=148" LANG="pl" TER="PL" PREFIX="ellinika" LINK="rss=/pl/nea.rss">
+<LINGUA PREREQ="1.3 commit=149" LANG="pl" TER="PL" PREFIX="ellinika" LINK="rss=/pl/nea.rss">
<AUTHOR CONTACT="Sergiusza Poznyakowa">Sergey Poznyakoff</AUTHOR>
<KEYWORDS>grecki,gramatyka,słownik</KEYWORDS>
diff --git a/xml/ru/ellinika.xml b/xml/ru/ellinika.xml
index 5721d1b..d9707df 100644
--- a/xml/ru/ellinika.xml
+++ b/xml/ru/ellinika.xml
@@ -7,7 +7,7 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the file COPYING.FDL -->
-<LINGUA PREREQ="1.3 commit=148" LANG="ru" TER="RU" PREFIX="ellinika" LINK="rss=/ru/nea.rss">
+<LINGUA PREREQ="1.3 commit=149" LANG="ru" TER="RU" PREFIX="ellinika" LINK="rss=/ru/nea.rss">
<AUTHOR CONTACT="Сергею Познякову">Sergey Poznyakoff</AUTHOR>
<KEYWORDS>греческий,грамматика,словарь</KEYWORDS>
diff --git a/xml/uk/ellinika.xml b/xml/uk/ellinika.xml
index 991ef9e..96a9cf2 100644
--- a/xml/uk/ellinika.xml
+++ b/xml/uk/ellinika.xml
@@ -7,7 +7,7 @@
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the file COPYING.FDL -->
-<LINGUA PREREQ="1.3 commit=148" LANG="uk" TER="UA" PREFIX="ellinika" LINK="rss=/uk/nea.rss">
+<LINGUA PREREQ="1.3 commit=149" LANG="uk" TER="UA" PREFIX="ellinika" LINK="rss=/uk/nea.rss">
<AUTHOR CONTACT="Сергія Познякова" >Sergey Poznyakoff</AUTHOR>
<KEYWORDS>грецька,граматика,словник</KEYWORDS>

Return to:

Send suggestions and report system problems to the System administrator.