First look for the primary office city.
- Goto the Developer SQL Page.
- Paste in the SQL query below.
- Change @DomainName and @NewText variables
| @mixin position($type: relative, $top, $right, $bottom, $left, $z) { | |
| position: $type; | |
| top: $top; | |
| right: $right; | |
| bottom: $bottom; | |
| left: $left; | |
| z-index: $z; | |
| } |
First look for the primary office city.
| .ir { | |
| border: 0; | |
| font: 0/0 a; | |
| text-shadow: none; | |
| color: transparent; | |
| background-color: transparent; | |
| } |
| /* | |
| * jquery.autogrow.js | |
| * | |
| * A plugin written for UserVoice that makes it easy to create textareas | |
| * that automatically resize to fit their contents. | |
| * | |
| * Based on Scott Moonen's original code for Prototype.js: | |
| * | |
| * <http://scottmoonen.com/2008/07/08/unobtrusive-javascript-expandable-textareas/> | |
| * |
| .inline-block { | |
| *display: inline; | |
| display: -moz-inline-box; | |
| -moz-box-orient: vertical; | |
| display: inline-block; | |
| vertical-align: middle; | |
| *vertical-align: auto; | |
| } |
| @function scale-to-adjust($start, $change) { | |
| @if($change > 0) { | |
| $end: $start + $change; | |
| @return percentage(($end - $start)/(100 - $start)); | |
| } @else { | |
| @return percentage($change / $start); | |
| } | |
| } | |
| @function scale-key($key, $color) { |
| # System-wide .bashrc file for interactive bash(1) shells. | |
| if [ -z "$PS1" ]; then | |
| return | |
| fi | |
| PS1='\$ ' | |
| # Make bash check its window size after a process completes | |
| shopt -s checkwinsize | |
| # Tell the terminal about the working directory at each prompt. | |
| if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then |
| # Add this to your ~/.bash_profile | |
| export PATH="$PATH:$HOME/bin" | |
| export EDITOR="subl -w" | |
| # Run these commands in Terminal | |
| source ~/.bash_profile | |
| mkdir ~/bin | |
| cd ~/ | |
| setfile -a "V" "bin" | |
| ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl |
| * { | |
| -moz-box-sizing: border-box; | |
| -webkit-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } |
| ffd8 ffe1 0018 4578 6966 0000 4949 2a00 | |
| 0800 0000 0000 0000 0000 0000 ffec 0011 | |
| 4475 636b 7900 0100 0400 0000 4600 00ff | |
| e103 2d68 7474 703a 2f2f 6e73 2e61 646f | |
| 6265 2e63 6f6d 2f78 6170 2f31 2e30 2f00 | |
| 3c3f 7870 6163 6b65 7420 6265 6769 6e3d | |
| 22ef bbbf 2220 6964 3d22 5735 4d30 4d70 | |
| 4365 6869 487a 7265 537a 4e54 637a 6b63 | |
| 3964 223f 3e20 3c78 3a78 6d70 6d65 7461 | |
| 2078 6d6c 6e73 3a78 3d22 6164 6f62 653a |