Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola-themes
base: e349ca12909f
Choose a base ref
...
head repository: getnikola/nikola-themes
compare: 427964d5fe2b
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 6, 2017

  1. Make the material-theme a little more mobile friendly:

    In the smallest of the bootstrap breakpoints:
    
    1. use a single column layout, rather than a two column layout
    2. make the navigation menu items inline-block so they form a
       horizontal menu across the top of the page
    3. remove padding from the content div
    4. don't scroll posts separately from the "background" of the page,
       leave it all as one linear stream
    cheshirekow committed Aug 6, 2017
    Copy the full SHA
    354a103 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. 1. remove css comments, 4 space tabs

     2. implement responsive menu
    cheshirekow committed Aug 8, 2017
    Copy the full SHA
    f948bd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Move hamburger button into header

    Also restore the attribution button layout since the changes I
    previously made seem to make it unclickable.
    cheshirekow committed Sep 1, 2017
    Copy the full SHA
    8cd72ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #127 from cheshirekow/material-theme/mobile_friendly

    Make the material-theme a little more mobile friendly:
    Kwpolska committed Sep 1, 2017
    Copy the full SHA
    427964d View commit details
    Browse the repository at this point in the history