Compare commits

...

2 Commits

Author SHA1 Message Date
Astro 672bfd9da5 portal style: only 2 columns, no spacing 2013-10-30 22:35:15 +01:00
Astro 0cce9334d1 portal: only 24 items 2013-10-30 22:35:05 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -2,5 +2,5 @@
<gallery id="media-lachmoewe">https://media.c3d2.de/u/lachmoewe/atom/</gallery> <gallery id="media-lachmoewe">https://media.c3d2.de/u/lachmoewe/atom/</gallery>
<gallery id="media-bigalex">https://media.c3d2.de/u/bigalex/atom/</gallery> <gallery id="media-bigalex">https://media.c3d2.de/u/bigalex/atom/</gallery>
<gallery id="media-joerg">https://media.c3d2.de/u/joerg/atom/</gallery> <gallery id="media-joerg">https://media.c3d2.de/u/joerg/atom/</gallery>
<wiki id="wiki">https://wiki.c3d2.de/w/index.php?title=Spezial:Letzte_%C3%84nderungen&amp;feed=atom&amp;days=300&amp;limit=60</wiki> <wiki id="wiki">https://wiki.c3d2.de/w/index.php?title=Spezial:Letzte_%C3%84nderungen&amp;feed=atom&amp;days=300&amp;limit=24</wiki>
</config> </config>

View File

@ -440,12 +440,13 @@ abbr.dtstart, abbr.dtend {
#portal article { #portal article {
display: inline-block; display: inline-block;
text-align: left; text-align: left;
margin: -0.4em -0.15em;
} }
#portal article > a { #portal article > a {
display: block; display: block;
position: relative; position: relative;
width: 14.5em; width: 25em;
height: 14.5em; height: 25em;
overflow: hidden; overflow: hidden;
border-bottom: none; border-bottom: none;
margin: 0; margin: 0;

View File

@ -315,7 +315,7 @@
<xsl:template match="/page/portal"> <xsl:template match="/page/portal">
<section id="portal"> <section id="portal">
<xsl:apply-templates select="item[position() &lt;= 60]"/> <xsl:apply-templates select="item[position() &lt;= 24]"/>
</section> </section>
</xsl:template> </xsl:template>