This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form#msg_form { | |
margin: 0px 0px -22px 0px; | |
} | |
div#msg_input, | |
button#primary_file_button { | |
border-radius: 0px; | |
border-color: rgba(000, 000, 000, calc(32/256)) !important; | |
border-bottom-width: 0px !important; | |
border-left-width: 0px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: 1417514231 | |
type: TwitterResource | |
feed_id: 51146 | |
feed_key_id: 15281704 | |
remote_key: '928676304391565312' | |
remote_type: twitter_keyword_search | |
subject: | |
body: 'RT @namjapsangh: @narendramodi Sbi the national bank of india offers colletoral | |
free od working capital loans to bc csps 0.25k to 2.50 lac.…' | |
data: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Based on https://gist.github.com/zarigani/400795 | |
-- This version is in English with English (inch) units | |
-- Original was in Japanese with Metric units | |
set margin to input_margin() | |
tell application "TextEdit" | |
activate | |
make new document | |
set text of front document to my rtf_setting(margin) | |
set tmp_path to (path to temporary items as text) & "rtf_margin_setting.scpt.rtf" |