From 6d3d0ac6f75f3bd5c263da5ff8dea9b0b1973ab7 Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Sep 16 2016 22:19:31 +0000 Subject: add resources to the right side --- diff --git a/getfedora.org/data/content/workstation/prerelease/index.html b/getfedora.org/data/content/workstation/prerelease/index.html index 677b073..63fab59 100644 --- a/getfedora.org/data/content/workstation/prerelease/index.html +++ b/getfedora.org/data/content/workstation/prerelease/index.html @@ -143,6 +143,12 @@
  • ${Markup(_('32-bit %sMB image')) % global_variables.iso_size['pre_i386_workstation_net']}

  • + +

    ${_('Resources')}

    +

    ${Markup(_('<a href="%(commonbugs_url)s"><strong>Common Bugs</strong></a>') % {'commonbugs_url': 'https://fedoraproject.org/wiki/Common_F%s_bugs' % (global_variables.release['next_id'])})}

    +

    ${_('An excellent resource to consult in case you run into any issues installing or running Fedora.')}

    +

    ${Markup(_('<a href="#"><strong>How to test pre-releases</strong></a>'))}

    +

    ${_('Fedora wiki guide on how to help test pre-release versions of Fedora.')}

    diff --git a/getfedora.org/static/css/app.css b/getfedora.org/static/css/app.css index 31ae8c0..526f5db 100644 --- a/getfedora.org/static/css/app.css +++ b/getfedora.org/static/css/app.css @@ -996,10 +996,12 @@ ul.list-spaces li{ margin-bottom:10px; } .top-margin { margin-top:20px; } .bottom-space { margin-bottom: 60px; } .bottom-margin { margin-bottom:20px; } +.bottom-step { margin-bottom:10px; } .bottom-margin-edition { margin-bottom:40px; } .recover-heading { padding-bottom: 30px; } /* Recover the margin added by h1-h3 for even-ness. */ .uppercase {text-transform: uppercase;} .liveusb {} +.pull-right {margin-left: 10px;} img { max-width:100%; } img.pull-right { margin-left: 10px; }