⌈⌋ ⎇ branch:  freshcode


Check-in [e34c957b76]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Width limit for sidebar.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e34c957b76d3f45519f764d1b2d716c17d689c45
User & Date: mario 2015-04-05 18:20:11
Context
2015-04-05
18:20
Remove "already". Reads like a bug, when it should just be informational. check-in: 0a262f81a7 user: mario tags: trunk, 0.8.0
18:20
Width limit for sidebar. check-in: e34c957b76 user: mario tags: trunk
18:19
Firefox misinterprets `whitespace:no-wrap` again. check-in: 019dafd5a8 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to template/index_sidebar.php.

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
        <h5>openDesktop</h5>
        <?php  readfile("template/feed.gtkapps.htm");  ?>
        <?php  readfile("template/feed.kdeapps.htm");  ?>
        <?php  readfile("template/feed.qtapps.htm");  ?>
        <?php  readfile("template/feed.cliapps.htm");  ?>
    </section>

    <section class="article-links">
        <a href="/github-releases"><h5>GitHub releases →</h5></a>
        <?php  readfile("template/feed.github.htm");  ?>
    </section>

    <section class="article-links">
        <a href="/launchpad-releases"><h5>LaunchPad news →</h5></a>
        <?php  readfile("template/feed.launchpad.htm");  ?>
    </section>

</td>
<!--/aside-->







|











58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
        <h5>openDesktop</h5>
        <?php  readfile("template/feed.gtkapps.htm");  ?>
        <?php  readfile("template/feed.kdeapps.htm");  ?>
        <?php  readfile("template/feed.qtapps.htm");  ?>
        <?php  readfile("template/feed.cliapps.htm");  ?>
    </section>

    <section class="article-links" style="max-width: 220px; overflow: hidden;">
        <a href="/github-releases"><h5>GitHub releases →</h5></a>
        <?php  readfile("template/feed.github.htm");  ?>
    </section>

    <section class="article-links">
        <a href="/launchpad-releases"><h5>LaunchPad news →</h5></a>
        <?php  readfile("template/feed.launchpad.htm");  ?>
    </section>

</td>
<!--/aside-->