This file contains 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
<!-- | |
Power Reviews Widget | |
This code is used each time you want to display the power reviews widget. | |
We link to the reviews-list.html file where all reviews are listed. | |
--> |
This file contains 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
/* Basecamp Overrides */ | |
body div.global_links a, | |
div.panel.home_tab > nav a > span, | |
div.panel.home_tab div.project_templates a, | |
div.sheet.project > header div.tools a, | |
ul.todolists h3 > a, | |
div.sheet.project > div.sheet_body section.documents section.documents.grouped_by_date > article > table > tbody > tr > td.text h3.title a { | |
text-decoration: none !important; | |
} |
This file contains 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
{ | |
"binary_file_patterns": | |
[ | |
"*.psd" | |
], | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": |