From 1daf75d5583c9bec2c2a2245690a3dccfbedadf6 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 2 Nov 2008 04:49:50 -0500 Subject: [PATCH] Add RSS feed, and improve CSS. Signed-off-by: Edward Z. Yang --- common-footer.xml | 4 ++++ common.css | 19 ++++++++++++++++++- index.css | 4 +--- index.xhtml | 2 ++ news.xhtml | 35 +++++++++++++++++++++++++++++++++++ news/2008/1102-1.0.1-released.xhtml | 12 +++++++++--- 6 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 common-footer.xml create mode 100644 news.xhtml diff --git a/common-footer.xml b/common-footer.xml new file mode 100644 index 0000000..06b4163 --- /dev/null +++ b/common-footer.xml @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/common.css b/common.css index 5f71e61..addc062 100644 --- a/common.css +++ b/common.css @@ -1,6 +1,8 @@ body { font-family: Calibri, "Trebuchet MS", sans-serif; - padding-bottom: 10em; + padding: 0; + margin: 0; + margin-bottom: 5em; } #title { text-align:center; @@ -16,9 +18,12 @@ body { border-bottom: 1px solid #000; color: #000; } +.news .title {margin-bottom:0;} +.news .date {font-style:italic;} #body { margin: 0 auto; + padding: 0; max-width: 37em; width: expression(document.body.clientWidth > 85 * parseInt(document.body.currentStyle.fontSize) ? @@ -36,3 +41,15 @@ li { margin-bottom: 1em; margin-right: 1em; } + +#footer { + text-align: center; + margin-top: 4em; +} +#footer a { + color: #66669D; + text-decoration: none; +} +#footer a:hover { + text-decoration: underline; +} diff --git a/index.css b/index.css index 1c8d3e2..ba92614 100644 --- a/index.css +++ b/index.css @@ -4,6 +4,4 @@ width: 8em; margin: 0 auto 1em; font-size: 6em; -} -.news .title {margin-bottom:0;} -.news .date {font-style:italic;} +} \ No newline at end of file diff --git a/index.xhtml b/index.xhtml index 1f304a8..00cfbd9 100644 --- a/index.xhtml +++ b/index.xhtml @@ -10,6 +10,7 @@ csrf-magic: Wizard CSRF Protection for PHP + + diff --git a/news.xhtml b/news.xhtml new file mode 100644 index 0000000..84c7a53 --- /dev/null +++ b/news.xhtml @@ -0,0 +1,35 @@ + + + + +News: csrf-magic + + + + + + + +

News

+ +
+
+
+
+
+ + + + + diff --git a/news/2008/1102-1.0.1-released.xhtml b/news/2008/1102-1.0.1-released.xhtml index 9c18d36..106523b 100644 --- a/news/2008/1102-1.0.1-released.xhtml +++ b/news/2008/1102-1.0.1-released.xhtml @@ -14,17 +14,20 @@ -

csrf-magic 1.0.1 released

+

csrf-magic 1.0.1 released

- csrf-magic 1.0.1 is a maintenance release, with a few new features + csrf-magic 1.0.1 is a maintenance release, with a few new features that overall improve the usability and security of the library, as well as a bugfix for JQuery users. - Download it now! +

+

+ We also have an RSS feed now, for users who would like + to keep updated with csrf-magic!

@@ -59,5 +62,8 @@
+ + + -- 2.11.4.GIT