Skip to content

Commit

Permalink
Fixed formatting of Bookmarks Toolbar section.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Jan 6, 2023
1 parent 913398a commit 652d84b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/body/bookmarklets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

<ol>
<li>
The best way to store bookmarklets are to put them on your browser's Bookmarks Toolbar.
<details class="enable-drawer">
<summary class="enable-drawer__button">
Read how you can make your browser's Bookmarks Toolbar Visible.
Expand Down
3 changes: 3 additions & 0 deletions css/bookmarklets.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
font-size: 1.25rem;
border-bottom: double 3px #000;
}
.enable-drawer {
margin: 20px 0;
}
4 changes: 4 additions & 0 deletions less/bookmarklets.less
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
@import "shared/mixins-and-vars";

.enable-drawer {
margin: 20px 0;
}

0 comments on commit 652d84b

Please sign in to comment.