You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/blog/2013-05-17-css-map-pins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ tags: [css]
8
8
9
9
I spend a fair amount of time trying to get this shape nailed down in CSS, so I wanted to share and save someone the time. The secret was in setting the second set of radii on the `box-shadow` property. [MDN][mdn] has a helpful visual to help wrap your mind around that lesser-known feature of box-shadow.
10
10
11
-
<aclass="jsbin-embed"href="http://jsbin.com/bepoco/embed?output">JS Bin on jsbin.com</a><scriptsrc="http://static.jsbin.com/js/embed.min.js?3.35.9"></script>
Copy file name to clipboardExpand all lines: src/pages/blog/2013-08-01-easy-masked-file-inputs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ I put together a pretty simple solution for masking yet another native HTML inpu
10
10
11
11
I'm just kidding. You guys are great!
12
12
13
-
<aclass="jsbin-embed"href="http://jsbin.com/susuda/embed?output">JS Bin on jsbin.com</a><scriptsrc="http://static.jsbin.com/js/embed.min.js?3.35.9"></script>
* Name it "Add to Safari Reading List" and add a "Run AppleScript" action with the following AppleScript, and don't forget to use "Google Chrome Canary" and or "Safari Technology Preview" instead if you prefer them:
12
12
13
13
```applescript
14
-
tell application "Google Chrome"
15
-
set pageUrl to get URL of active tab of first window
16
-
end tell
17
-
tell application "Safari" to add reading list item pageUrl
14
+
tell application "Google Chrome"
15
+
set pageUrl to get URL of active tab of first window
16
+
end tell
17
+
tell application "Safari" to add reading list item pageUrl
0 commit comments