Terms of Service | Privacy Policy | Cookie Policy

Commit 1a243dbe authored by Uwe Plonus's avatar Uwe Plonus
Browse files

Merge branch 'master' into 'master'

Adjusted layout of generated site

See merge request !9
parents 5475b2de 666fe10e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ description: A tutorial for the x86 assembly language
# zip_url:
# tar_url:

is_project_page: true
repository_url: https://git.sw4j.net/osdevelopment-info/tutorial-x86
maintainer: Uwe Plonus

# google_analytics:
+1 −2
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
          <a href="{{ site.zip_url }}" id="download-zip" class="button"><span>Download .zip</span></a>
          <a href="{{ site.tar_url }}" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
          {% endif %}
          <a href="{{ site.repository_url }}" id="view-on-github" class="button"><span>View Project</span></a>
        </section>
        <hr>
        <section id="main_content">
@@ -32,9 +33,7 @@
        </section>

        <footer>
        {% if site.is_project_page %}
          {{ site.title }} is maintained by {{ site.maintainer }}<br>
        {% endif %}
        </footer>

      </div>
+8 −0
Original line number Diff line number Diff line
@@ -5,3 +5,11 @@
code {
  font-family: monospace;
}

#view-on-github span {
    background: transparent;
}

a.button span {
    padding-left: 44px;
}