From 5a8cda632b4ba78e19d49b0c652f43940a18ea9e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 9 Jul 2013 22:48:34 -0700 Subject: remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements. --- view/theme/redbasic/css/style.css | 2 +- view/theme/redbasic/php/style.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f9423ac62..762c35a18 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2827,7 +2827,7 @@ aside input[type='text'] { filter:alpha(opacity=100) !important; } -.posttags { +.posttags, .body-tag { margin-top: 15px; } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index b90bfe169..aa88443bc 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -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. -- cgit v1.2.3