aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-26 19:22:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-26 19:22:38 +0000
commit0a3316832c69b5a7c0ab9d9edd2d28f1013226fd (patch)
treeaf93ff7b18d6d69ce02a00f90568bb882c968d66
parent2398efffd457bb2f60cdc25c737cb19bed255860 (diff)
downloadellinika-0a3316832c69b5a7c0ab9d9edd2d28f1013226fd.tar.gz
ellinika-0a3316832c69b5a7c0ab9d9edd2d28f1013226fd.tar.bz2
Update
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@434 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--ChangeLog11
-rw-r--r--style.css29
2 files changed, 33 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cea2f65..3e4c581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-26 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * style.css: Update
+ * cgi-bin/nea.cgi.in (display-article-header): Enclose all header
+ fields, including permalink reference, in a div.
+ * xml/lingua.conf.in (news): Enclose everything in an additional
+ div.
+ * xml/pl/ellinika.xml, xml/ru/ellinika.xml,
+ xml/uk/ellinika.xml (nea): Reverse order of appearence of the
+ article and summary.
+
2006-03-25 Sergey Poznyakoff <gray@gnu.org.ua>
* style.css: Do not use tables to form the site layout.
diff --git a/style.css b/style.css
index 4e1548b..df97fe0 100644
--- a/style.css
+++ b/style.css
@@ -284,9 +284,6 @@ sup {
color: gray;
}
-.permalink {
-}
-
.error {
}
@@ -313,6 +310,7 @@ sup {
.itemtext {
border-top: 1px solid gray;
+ padding-top: 1em;
}
table.news-summary {
@@ -320,22 +318,39 @@ table.news-summary {
font-size: 80%;
}
+
+#news-content {
+ display: table;
+ width: 100%;
+}
+
#news {
- padding-bottom: 2em;
+ display: table-row;
}
#news-summary {
+ display: table-cell;
}
#news-article {
- float: right;
- width: 70%;
+ display: table-cell;
+ max-width: 80%;
+ width: auto;
+ empty-cells: hide;
margin-left: 1em;
padding-left: 1em;
}
-.news-header {
+#news-header {
+ display: table;
+ width: 100%;
+}
+
+.permalink {
+ display: table-cell;
}
+
+

Return to:

Send suggestions and report system problems to the System administrator.