login only with pond now

This commit is contained in:
Jeena 2014-02-21 11:01:11 +01:00
parent 69c5c270ad
commit 5a0950a8ee
6 changed files with 39 additions and 36 deletions

View file

@ -165,6 +165,7 @@ canvas {
list-style-type: none;
margin: 0;
padding: 0;
word-wrap: break-word;
}
#list p {
@ -284,10 +285,14 @@ canvas {
float: left;
}
#full article header p:nth-child(3) {
#full article header p:nth-child(2) {
float: right;
}
#full article header p:nth-child(3) {
clear: both;
}
#full .article {
clear: both;
padding-top: 1em;