remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.

This commit is contained in:
friendica
2013-07-09 22:48:34 -07:00
parent 69d9ec9a94
commit 5a8cda632b
6 changed files with 54 additions and 85 deletions

View File

@@ -2827,7 +2827,7 @@ aside input[type='text'] {
filter:alpha(opacity=100) !important;
}
.posttags {
.posttags, .body-tag {
margin-top: 15px;
}

View File

@@ -55,6 +55,7 @@
if ($colour_scheme === 'dark') {$colour = 'dark'; $navcolour = 'black';}
if ($colour_scheme === 'redbasic'){$navcolour = 'red';}
$shadows = false;
$radius = 5;
}
// This is probably the easiest place to apply global settings. Don't bother with site line height and such. Instead, check pconfig for global user settings.