4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-28 03:39:23 +00:00

add server api examples

This commit is contained in:
Jesse Young
2011-09-18 21:42:01 -07:00
parent c4502447a6
commit 4d3350b3fd
4 changed files with 118 additions and 16 deletions

View File

@ -55,7 +55,9 @@ h3 { color: #678bf0; }
a { color: #678bf0; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
pre {
background: #eee; color: #333; padding: 5px;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }