summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-26 06:01:24 +0000
committerSarven Capadisli <csarven@plantard.controlezvous.ca>2009-01-26 06:01:24 +0000
commit68f5afd7911ecb47204313c7392acd265e8c3abe (patch)
treef82e34a39c6e6fe3e2fbf611b2159c699f74c11b /theme
parent89a668344fc2ef07f1f86ee98bb8e10852212123 (diff)
Minor facebook app style fixes
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/facebookapp.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/theme/base/css/facebookapp.css b/theme/base/css/facebookapp.css
index 0d8c879cd..e614898ae 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;
+}