Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

This commit is contained in:
Evan Prodromou 2009-06-22 13:33:31 -07:00
commit f21cecbfbd

View File

@ -5,6 +5,12 @@ margin-left:7px;
address .fn { address .fn {
display:none; display:none;
} }
#wrap {
width:1003px;
margin:0 auto;
}
#content { #content {
width:70%; width:70%;
} }
@ -26,5 +32,6 @@ margin-bottom:123px;
width:20%; width:20%;
} }
.notice div.entry-content { .notice div.entry-content {
width:63%; width:50%;
margin-left:30px;
} }