Skip to content

Commit

Permalink
Improved minor issues including #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared D committed Oct 2, 2016
1 parent 48d88d6 commit bcb66f8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
23 changes: 13 additions & 10 deletions production/dwarf/stylesheets/application.css

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

2 changes: 1 addition & 1 deletion production/dwarf/stylesheets/application.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions workspace/scss/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
height: 100%;
margin: 0;
position: absolute;
top: 0;
left: 0;
z-index:1;
}

#content {
Expand Down
4 changes: 3 additions & 1 deletion workspace/scss/_wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ div.wiki h4
float: right;
}
}
word-break: break-all;
a {
word-break: break-all;
}

h2, h3 {
background-color: transparent;
Expand Down

0 comments on commit bcb66f8

Please sign in to comment.