Skip to content

Commit

Permalink
Merge pull request #3 from DannyBen/csslint
Browse files Browse the repository at this point in the history
Remove code climate config
  • Loading branch information
DannyBen authored Jun 12, 2016
2 parents 692aca9 + 8202c7b commit 9381426
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/public/css/main.css

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

2 changes: 1 addition & 1 deletion app/public/css/main.css.map

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

4 changes: 2 additions & 2 deletions app/styles/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ code {
padding-bottom: 0.2em;
margin: 0;
// font-size: 85%;
background-color: rgba(0,0,0,0.04);
background-color: #eee;
border-radius: 3px;

&:before, &:after {
Expand Down Expand Up @@ -36,10 +36,10 @@ pre {
}

code {
margin: 0;
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
Expand Down
4 changes: 0 additions & 4 deletions app/styles/_coderay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ td.line-numbers {
background: #eee;
}

td.code {
// width: 100%;
}

table.CodeRay {
margin-bottom: 0;
pre {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main {
padding: 0 20px 100px 20px;
margin-left: 250px;
border:1px solid #ccc;
border-width: 0px 1px;
border-width: 0 1px;
min-height: 100vh;
}

Expand Down

0 comments on commit 9381426

Please sign in to comment.