From 2a78df9bd4059344b2133830eebe28fccaff8c81 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 29 Jun 2012 23:21:43 +0200 Subject: o Initial import of a application/vnd.collection+json demo application. --- public/stylesheets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/stylesheets/style.css (limited to 'public') 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 -- cgit v1.2.3