Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit a2586fe

Browse files
committed
Merge pull request #70 from LukeAskew/master
small visual bug fixes; version bump
2 parents 67ceb45 + 3085377 commit a2586fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabricator",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Fabricator is a tool for creating modular website toolkits",
55
"homepage": "http://resource.github.io/fabricator/",
66
"main": "README.md",

src/fabricator/styles/partials/_code.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ pre[class*="language-"] {
2828
}
2929

3030
p code,
31-
li code {
31+
li code,
32+
table code {
3233
margin: 0;
3334
border-radius: 3px;
3435
padding-bottom: 2px;

src/fabricator/styles/partials/_menu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
ul {
2323
margin-top: 0;
24+
margin-bottom: 0;
2425
padding-left: 0;
2526
}
2627
> ul {

0 commit comments

Comments
 (0)