[nyx/master] Adjust whitespace in changelog

commit 547e6b1f7282b7576cf5b75552053fb87135cba4 Author: Damian Johnson <atagar@torproject.org> Date: Thu Aug 3 19:21:20 2017 -0700 Adjust whitespace in changelog Changelog reads better with a bit less padding. --- web/changelog/legacy.html | 6 +++--- web/styles.css | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/web/changelog/legacy.html b/web/changelog/legacy.html index 0f9428f..ed0df2f 100644 --- a/web/changelog/legacy.html +++ b/web/changelog/legacy.html @@ -22,9 +22,9 @@ </div> </div> - <div class="page"> - <div id="legacy_changelog" class="section"></div> - <a href="#legacy_changelog" class="section-title">Version 1.x Change Log</a> + <div class="page changelog"> + <div class="section" style="padding-top: 55px"></div> + <a href="#" class="section-title">Version 1.x Change Log</a> <p>Prior to its 2.x release Nyx went under the name of <b>arm</b>. This series was under active development 2009 to 2012.</p> diff --git a/web/styles.css b/web/styles.css index 7075496..a4421fe 100644 --- a/web/styles.css +++ b/web/styles.css @@ -263,6 +263,14 @@ Download Page Change Log Page ============================================================*/ +.changelog ul { + margin-bottom: 0px; +} + +.changelog > .section { + padding-top: 40px; +} + .component { display: block; font-weight: bold;
participants (1)
-
atagar@torproject.org