April 24, 2013
On Wednesday, 24 April 2013 at 17:41:20 UTC, Andrei Alexandrescu wrote:
> On 4/24/13 1:21 PM, Vladimir Panteleev wrote:
>> The essential changes are what the second patch is:
>>
>> http://thecybershadow.net/d/dconf-org-layout/0002-Move-vertical-divider-to-right-hand-column.patch
>
> Awesome, that did the trick at least for me. All -- see any issues?

The vertical bar is gone (because my browser saved the image file to a relative location different from the server one). Change url('dotted_v.png') to url('../images/dotted_v.png') to fix it.
April 24, 2013
On 4/24/13 2:53 PM, Vladimir Panteleev wrote:
> On Wednesday, 24 April 2013 at 17:41:20 UTC, Andrei Alexandrescu wrote:
>> On 4/24/13 1:21 PM, Vladimir Panteleev wrote:
>>> The essential changes are what the second patch is:
>>>
>>> http://thecybershadow.net/d/dconf-org-layout/0002-Move-vertical-divider-to-right-hand-column.patch
>>>
>>
>> Awesome, that did the trick at least for me. All -- see any issues?
>
> The vertical bar is gone (because my browser saved the image file to a
> relative location different from the server one). Change
> url('dotted_v.png') to url('../images/dotted_v.png') to fix it.

Aha, my bad. Thanks, fixed now.

Andrei
1 2 3
Next ›   Last »