Skip to content

Commit

Permalink
switch id and move media style to template.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Meng-Heng committed Apr 30, 2024
1 parent a5bc30d commit 5aa0383
Show file tree
Hide file tree
Showing 3 changed files with 1,058 additions and 731 deletions.
4 changes: 2 additions & 2 deletions bookmarklet/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
</p>
</div>

<div>
<div id="bookmarklet-use">
<h2 class="red underline">Use the bookmarklet on any website</h2>
<ol id="bookmarklet-use">
<ol>
<li>Load any web page, such as a search engine</li>
<li>Click the Keyman Bookmarklet in your Bookmarks toolbar or menu</li>
<li>You may need to wait a second or two for Keyman Bookmarklet to load. Then click in the text field you wish to type into. The Keyman Bookmarklet user interface will appear and you can type in your language</li>
Expand Down
8 changes: 1 addition & 7 deletions cdn/dev/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1012,12 +1012,6 @@
text-align: center;
}

#bookmarklet-use {
#bookmarklet-use ol {
padding: 0 5%;
}

@media all and (min-width: 10px) and (max-width: 600px) {
#bookmarklet-search {
width: 300px;
}
}
Loading

0 comments on commit 5aa0383

Please sign in to comment.