Skip to content

Commit

Permalink
Fix for shortcode handling, license type
Browse files Browse the repository at this point in the history
+ Update license field in package.json
+ Minor css fixes for shortcode rendering
  • Loading branch information
Vicky committed Jun 25, 2018
1 parent 5646fa2 commit b92fa60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://vickylai.com"
},
"repository": "github:vickylai/hugo-theme-sam",
"license": "GPL-3.0-or-later",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"autoprefixer": "^8.5.1",
"chokidar-cli": "^1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions sass/_elements.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
padding: 2rem
margin: 2rem 1rem 2rem 1rem
border-radius: 3px
a
color: $black
& ul
margin-top: 1rem
& li
Expand All @@ -88,6 +90,11 @@
& ol
list-style: decimal outside
padding-left: 2rem
& .gist
width: 100%
td, th
text-align: left
border: 0

#tag
padding: 0.25em 0em
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b92fa60

Please sign in to comment.