From b001224bb95996fa59269a5c119c6a9f2047f288 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 1 Jul 2012 21:57:24 -0500 Subject: start on prototype --- protoype/public/stylesheets/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 protoype/public/stylesheets/style.css (limited to 'protoype/public/stylesheets') diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css new file mode 100644 index 0000000..c4dfff7 --- /dev/null +++ b/protoype/public/stylesheets/style.css @@ -0,0 +1,9 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +} + -- cgit v1.2.3