Merge pull request #542 from annando/master
Some minor changes to "vier"
This commit is contained in:
commit
23c873fc51
|
@ -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);
|
||||
|
|
|
@ -398,6 +398,7 @@ code {
|
|||
color: #444;
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
max-width: 640px;
|
||||
}
|
||||
#panel {
|
||||
position: absolute;
|
||||
|
@ -1045,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;
|
||||
}
|
||||
|
@ -1128,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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user