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
| var storeData2 = { | |
| identifier: 'abbr', | |
| label: 'name', | |
| items: [{ | |
| abbr: 'ec', | |
| name: 'Ecuador', | |
| capital: 'Quito' | |
| }, | |
| { |
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
| Process: TermKit [12587] | |
| Path: /Users/shajahan/TermKit/Build/TermKit.app/Contents/MacOS/TermKit | |
| Identifier: net.acko.TermKit | |
| Version: 0.3.2-alpha (0.3.2) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [798] | |
| Date/Time: 2011-05-21 16:07:34.227 -0400 | |
| OS Version: Mac OS X 10.6.5 (10H574) | |
| Report Version: 6 |
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
| html, body { | |
| font-family: Arial; | |
| } | |
| h3 { | |
| background-color: #efefef; | |
| border-bottom: #ccc; | |
| margin-bottom: 2px; | |
| padding: 3px; | |
| } |
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
| body { | |
| font-family: Helvetica, Verdana | |
| } | |
| p { | |
| padding: 7px 10px; | |
| } | |
| #demo { | |
| border: 1px solid #999; | |
| } |
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
| #resultsContainer div { | |
| padding: 2px; | |
| margin: 3px; | |
| border: 1px solid #ccc; | |
| background-color: #efefef; | |
| } |