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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a1084a83c00
Choose a base ref
...
head repository: getnikola/nikola-themes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f078e4fafee8
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 23, 2017

  1. Copy the full SHA
    866d560 View commit details
  2. Spacing fix

    henryiii authored May 23, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b30b439 View commit details
  3. Merge pull request #121 from henryiii/patch-1

    Adding bullets
    Kwpolska authored May 23, 2017
    Copy the full SHA
    f078e4f View commit details
Showing with 8 additions and 3 deletions.
  1. +8 −3 v7/material-theme/assets/css/theme.css
11 changes: 8 additions & 3 deletions v7/material-theme/assets/css/theme.css
Original file line number Diff line number Diff line change
@@ -204,9 +204,14 @@ span.vcard img.img-circle {
margin: 20px;
}

ul > li {
list-style: none;
}
ul > li {
list-style: disc;
margin-top: 3px
}

ul {
padding-left: 25px;
}

.postlist a.reference > i {
position: relative;