gnu-social/theme/base/css/facebookapp.css

31 lines
694 B
CSS
Raw Normal View History

2009-01-23 10:40:45 +00:00
@import url("display.css");
@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 }
2009-01-26 06:01:24 +00:00
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;
}
2009-01-26 06:20:44 +00:00
.facebook_guide p {
2009-01-26 06:28:30 +00:00
margin-bottom:18px;
2009-01-26 06:20:44 +00:00
font-size:1.3em;
font-weight:bold;
}
2009-01-26 06:28:30 +00:00
.form_settings label {
margin-right:18px;
}