Skip to content

Commit

Permalink
Fix some small CSS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Aug 18, 2018
1 parent e50347b commit d5cc3ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/parts/a_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ blockquote {
}

code {
font-size: 1.1em;
white-space: pre-wrap;
border: 1px solid $C_CLAIR;
border-radius: 4px;
Expand Down
2 changes: 2 additions & 0 deletions app/assets/stylesheets/parts/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
top: -1rem;
left: -490px;
label {
text-shadow: 0 1px 1px #666;
color: white;
}
}
Expand All @@ -111,6 +112,7 @@
position: initial;
label {
color: inherit;
text-shadow: inherit;
}
}
& + img {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/parts/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body#registrations-edit table {
margin-bottom: 1rem;
padding: 0;
border-collapse: collapse;
border: 0;
border: 1px solid #666;
font-size: 0.8rem;

tr {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/responsive/m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
.datePourCss {
display: none !important;
}
.score {
article .score {
top: 5px;
right: 0 !important;
}
Expand Down

0 comments on commit d5cc3ba

Please sign in to comment.