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-size: 63.125%; } /* translate 1.0em to 10px, 1.5em to 15px, etc. */ | |
h1 { font-size: 20px; } | |
a, input, textarea { font-size: 12px; } | |
p { font-size: 1.2em; } | |
#centerColumn h2, #allAnnouncements h2, .announcementManagement h2 { font-size: 19px; } | |
#leftColumn h2, #rightColumn h2 { font-size: 12px; } | |
h2.box a#addProjBox { font-size: 11px; } | |
ul { font-size: 1.1em; } | |
h1 span#beta { font-size: 10px; } | |
#adminReports h3 { font-size: 1.1em; } |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \ | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<!-- Contains a unique string that identifies your daemon to launchd. | |
This key is required. --> | |
<key>Label</key> | |
<string>com.gocongress.backup</string> |
NewerOlder