Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-11-24T09:05:43+03:00
Commit: https://github.com/php/web-php/commit/e02d74cff08b3c6158b65d9827458a5a451e637a
Raw diff: https://github.com/php/web-php/commit/e02d74cff08b3c6158b65d9827458a5a451e637a.diff
Improve Found A Problem? (#1162)
Changed paths:
M include/ui_translation/en.ini
M styles/theme-base.css
Diff:
diff --git a/include/ui_translation/en.ini b/include/ui_translation/en.ini
index 32ae383609..1a6aa3ecd3 100644
--- a/include/ui_translation/en.ini
+++ b/include/ui_translation/en.ini
@@ -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"
diff --git a/styles/theme-base.css b/styles/theme-base.css
index ea754a7cdc..beec0bc1f9 100644
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -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