Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeithuman committed Jul 3, 2016
1 parent 68d7875 commit 765c348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/torch/priv/static/torch.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,9 @@ section.torch th {
text-align: left; }
/* line 30, /Users/aj/Projects/torch/apps/torch/web/static/css/base/_tables.sass */
section.torch th > * {
color: #ffffff;
display: block;
padding: 12px 10px;
color: #ffffff; }
padding: 12px 10px; }
/* line 35, /Users/aj/Projects/torch/apps/torch/web/static/css/base/_tables.sass */
section.torch th a, section.torch th a:hover {
color: #ffffff; }
Expand Down
2 changes: 1 addition & 1 deletion apps/torch/web/static/css/base/_tables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ section.torch
text-align: left

& > *
color: $torch-th-font-color
display: block
padding: 12px 10px
color: $torch-th-font-color

a, a:hover
color: $torch-th-font-color
Expand Down

0 comments on commit 765c348

Please sign in to comment.