This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MSKINS-173-2 in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 7d23f49829d964afa038a73b4e8eb38a8a86e256 Author: Michael Osipov <[email protected]> AuthorDate: Sat May 14 11:41:00 2022 +0200 Refinement --- src/main/resources/css/maven-theme.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css index 8538489..511f1d0 100644 --- a/src/main/resources/css/maven-theme.css +++ b/src/main/resources/css/maven-theme.css @@ -66,7 +66,7 @@ li.none { background-image: url(https://cse.google.com/cse/images/google_custom_search_watermark.gif); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: 0% 50%; background-repeat: no-repeat no-repeat; - width:95% + width:88%; } body.topBarEnabled { @@ -140,10 +140,6 @@ li.pull-right { margin-bottom: 10px; } -input.search-query { - padding-right: 0px; -} - a.dropdown-toggle { cursor: pointer; }
