diff --git a/content/static/datenspuren/script/clouds.js b/content/static/datenspuren/script/clouds.js index f3f3e1a2b..59df35123 100644 --- a/content/static/datenspuren/script/clouds.js +++ b/content/static/datenspuren/script/clouds.js @@ -83,7 +83,7 @@ function Cloud() { this.speedX *= -1; this.x = screen.width; } - this.y = Math.floor(Math.random() / 2 * screen.height); + this.y = Math.floor(Math.random() * screen.height); this.el = $(''); $('body').append(this.el); } diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index d50098e15..e046a65c6 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -97,8 +97,13 @@ a { } #bodyText > div { } +h3.summary { + margin-top: 2em; +} .date { padding-left: 12pt; + font-size: x-small; + color: #666; } .notice.feed { font-size: 9.600000000000001pt; @@ -106,15 +111,16 @@ a { .url { text-decoration: underline; } -p { - text-align: justify; -} #footer { text-align: center; - margin-top: 12pt; + margin-top: 6pt; +} +#oldds { + margin: 0; } #oldds > li { display: inline; + margin: 0 0.3em; } diff --git a/xsl/datenspuren/xhtml5.xsl b/xsl/datenspuren/xhtml5.xsl index 7cc6eb7f2..a31021ba3 100644 --- a/xsl/datenspuren/xhtml5.xsl +++ b/xsl/datenspuren/xhtml5.xsl @@ -258,7 +258,8 @@
  • 2004
  • - Copyleft 2004 - 2011, Chaos Computer Club Dresden | + Copyleft 2004 - 2011 | + Chaos Computer Club Dresden | mail@c3d2.de
    @@ -286,12 +287,17 @@ - + + + + + +