Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] New tutorial: Creating your first OSGi Remote Service

I've found a better way to do it! Simply add this in your page:

<css>
.mw-code {
  background-color: #fafafa;
  padding: 20px;
  border-color: #ddd;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow-x: auto;
}
</css>


On 07.12.13 12:34, Markus Alexander Kuppe wrote:
> On 12/07/2013 11:43 AM, Tom Schindl wrote:
>> Just a short notice that I've been working on e(fx)clipse documentation
>> and found the inlining of code blocks not optimal.
>>
>> So I wrapped it in a DIV. You can see the result at:
>> https://wiki.eclipse.org/Efxclipse/Runtime/Recipes
> 
> Thx Tom, it looks indeed much better now:
> https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service
> 
> M.
> _______________________________________________
> ecf-dev mailing list
> ecf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ecf-dev
> 



Back to the top