From 68f5afd7911ecb47204313c7392acd265e8c3abe Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 26 Jan 2009 06:01:24 +0000 Subject: [PATCH] Minor facebook app style fixes --- theme/base/css/facebookapp.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/theme/base/css/facebookapp.css b/theme/base/css/facebookapp.css index 0d8c879cd6..e614898aed 100644 --- a/theme/base/css/facebookapp.css +++ b/theme/base/css/facebookapp.css @@ -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; +}