]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor facebook app style fixes
authorSarven Capadisli <csarven@plantard.controlezvous.ca>
Mon, 26 Jan 2009 06:01:24 +0000 (06:01 +0000)
committerSarven Capadisli <csarven@plantard.controlezvous.ca>
Mon, 26 Jan 2009 06:01:24 +0000 (06:01 +0000)
theme/base/css/facebookapp.css

index 0d8c879cd69ec43a6e607322afedc39b7b97eeb5..e614898aed527ebbfed8b6f9a86c862c83ded6ca 100644 (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;
+}