From e36c30d28591200844d3cb16c43c7e0a1f90959a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 22 Nov 2012 15:06:15 +0100 Subject: [PATCH 1/3] Vier: Margin problems with code fixed. --- include/network.php | 2 +- view/theme/vier/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/network.php b/include/network.php index edd03d557a..599088a2da 100644 --- a/include/network.php +++ b/include/network.php @@ -99,7 +99,7 @@ if(! function_exists('post_url')) { function post_url($url,$params, $headers = null, &$redirects = 0, $timeout = 0) { $a = get_app(); $ch = curl_init($url); - if(($redirects > 8) || (! $ch)) + if(($redirects > 8) || (! $ch)) return false; curl_setopt($ch, CURLOPT_HEADER, true); diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 2c4a7c7049..0d09597bbf 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -398,6 +398,7 @@ code { color: #444; padding: 10px; margin-top: 20px; + max-width: 640px; } #panel { position: absolute; From 88f58657381ce6dd746688e5d57b1a899312d844 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 23 Nov 2012 12:15:03 +0100 Subject: [PATCH 2/3] Vier: Maximum with for content area --- view/theme/vier/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 0d09597bbf..f8209f1f24 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1046,7 +1046,7 @@ section { .wall-item-container .wall-item-content { font-size: 13px; - max-width: 720px; + max-width: 660px; word-wrap: break-word; line-height: 1.4; } From d548d1943f09a01d5b553d4d66404728d85b5b50 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 3 Dec 2012 08:29:41 +0100 Subject: [PATCH 3/3] vier: maximum width of comments defined --- view/theme/vier/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index f8209f1f24..f5e64ca478 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1129,6 +1129,10 @@ section { width: 665px; border-bottom: 1px solid hsl(198, 21%, 79%); } +.wall-item-container.comment .wall-item-content { + max-width: 585px; +} + .wall-item-container.comment .contact-photo { width: 32px; height: 32px;