Hide/show unavailable articles via js.

This commit is contained in:
Benjamin Meichsner 2009-10-17 20:33:36 +02:00
parent 84610cc9a5
commit 036bc10282
5 changed files with 25 additions and 15 deletions

View file

@ -88,6 +88,9 @@ span.click-me {
color: grey;
font-size: 0.9em; }
.hidden {
display: none; }
#login {
margin: auto;
width: 27em;

View file

@ -88,6 +88,9 @@ span.click-me {
color: grey;
font-size: 0.9em; }
.hidden {
display: none; }
#login {
margin: auto;
width: 27em;

View file

@ -97,7 +97,10 @@ span.click-me
.description
color: grey
font-size: 0.9em
.hidden
display: none
// ********************************* loginpage
#login
:margin auto