Skip to content

Commit

Permalink
Improve Found A Problem? (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela authored Nov 24, 2024
1 parent 1eadd1b commit e02d74c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/ui_translation/en.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
change_language = "Change language"
improve_this_page = "Improve This Page"
improve_this_page = "Found A Problem?"
how_to_improve_this_page = "Learn How To Improve This Page"
contribution_guidlines_on_github = "This will take you to our contribution guidelines on GitHub"
submit_a_pull_request = "Submit a Pull Request"
Expand Down
9 changes: 6 additions & 3 deletions styles/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,17 @@ hr {

.contribute {
border: 1px solid #888;
border-radius: 3px;
margin: 0px -10px 0px -10px;
padding: 0 10px 5px 10px;
border-width: 1px 0;
margin: 0px -24px 0px -24px;
padding: 0 24px 5px 24px;
background-color: #E2E2E2;
}
.contribute .edit-bug a {
border: 0;
}
.contribute h3.title {
margin-bottom: 10px;
}

/**
* User notes
Expand Down

0 comments on commit e02d74c

Please sign in to comment.