1. Wiki Mods

The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.

In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.

new topic     » topic index » view message » categorize

2. Re: Wiki Mods

euphoric said...

The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.

In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.

Why? It looks fine to me. What do you see as the problem?

new topic     » goto parent     » topic index » view message » categorize

3. Re: Wiki Mods

DerekParnell said...
euphoric said...

The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.

In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.

Why? It looks fine to me. What do you see as the problem?

Look under the "Compile a euphoria include as a dll." entry. Those circles underneath are sub-items and should be indented underneath.

They are not indented for me. Are they for you?

new topic     » goto parent     » topic index » view message » categorize

4. Re: Wiki Mods

euphoric said...

The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.

In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.

The style.css is in our SVN server under /tools/euweb/trunk/htdocs. You can modify it and commit. Just make sure that docs, the website and the forum still look OK. That stylesheet is used for all three. If you need to modify a tag for just one, then most are wrapped in a div, such as post, or wiki, etc... View the HTML source to find out which tag.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

5. Re: Wiki Mods

euphoric said...

Look under the "Compile a euphoria include as a dll." entry. Those circles underneath are sub-items and should be indented underneath.

They are not indented for me. Are they for you?

I see your point. My browser does not indent them and does not show them with a different sort of bullet symbol either. What I see is a one-level bullet list with all bullets using the same symbol.

When you update the css sheet, do not use px, use em instead so it shows up the same regardless of screen resolution. eg. left-margin 1.5em;

new topic     » goto parent     » topic index » view message » categorize

6. Re: Wiki Mods

DerekParnell said...

When you update the css sheet, do not use px, use em instead so it shows up the same regardless of screen resolution. eg. left-margin 1.5em;

I'm not going to update it right now. I don't have the repository on my PC and I'm working on something else right now. If anybody else wants to fix it, have at it! smile

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu