Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases in sidebar #3

Open
michael-k opened this issue Jul 28, 2013 · 0 comments
Open

Releases in sidebar #3

michael-k opened this issue Jul 28, 2013 · 0 comments

Comments

@michael-k
Copy link
Contributor

I think the heading “Releases” is misleading. When reading it, my first intention is, that I can download different releases of bottle. But the links only switch between different releases of the online documentation.

I tried to make that clearer:
prop01 prop02

As I'm not sure if you like it, I didn't make the effort to provide a pull request. Here is a quick and dirty hack (note that ul is not allowed within p):

<h3>Online Docs</h3>
<p style="margin-bottom:0;">Current:
<ul style="margin-top:0; margin-bottom:0;">
      <li style="padding-left: 10px;">
            <a href="/docs/dev/">Bottle 0.11</a> (stable)<br />
            <span style='font-size: 80%; color: darkred'><b>Warning:</b> This is a development preview and not released yet.</span>
      </li>
</ul>
Other:
<ul style="margin-top:0;">
      <li style="padding-left: 10px;"><a href="/docs/0.11/">Bottle 0.12-dev</a> (development)</li>
      <li style="padding-left: 10px;"><a href="/docs/0.10/">Bottle 0.10</a> (old stable)</li>
</ul>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant