Minor facebook app style fixes

This commit is contained in:
Sarven Capadisli 2009-01-26 06:01:24 +00:00
parent 89a668344f
commit 68f5afd791
1 changed files with 16 additions and 0 deletions

View File

@ -2,3 +2,19 @@
@import url("../../identica/css/display.css");
span.facebook-button { border: 2px solid #777; padding: 5px; display: block; float: left; margin-right: 20px; -moz-border-radius: 4px; border-radius:4px; -webkit-border-radius:4px; font-weight: bold; background-color:#A9BF4F; color:#fff; font-size:1.2em }
span.facebook-button a { color:#fff }
.notice div.entry-content dl,
.notice div.entry-content dt,
.notice div.entry-content dd {
margin-right:5px;
}
#content_inner p {
margin-bottom:18px;
}
#content_inner ul {
list-style-type:none;
}