diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 23:21:43 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 23:21:43 +0200 |
commit | 2a78df9bd4059344b2133830eebe28fccaff8c81 (patch) | |
tree | ec843d1b3201ce654111f3695643e6e614ae3a22 /public | |
download | example-collection-json-db-2a78df9bd4059344b2133830eebe28fccaff8c81.tar.gz example-collection-json-db-2a78df9bd4059344b2133830eebe28fccaff8c81.tar.bz2 example-collection-json-db-2a78df9bd4059344b2133830eebe28fccaff8c81.tar.xz example-collection-json-db-2a78df9bd4059344b2133830eebe28fccaff8c81.zip |
o Initial import of a application/vnd.collection+json demo application.
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css new file mode 100644 index 0000000..30e047d --- /dev/null +++ b/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +}
\ No newline at end of file |