diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-01 21:57:24 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-07-01 21:57:24 -0500 |
commit | b001224bb95996fa59269a5c119c6a9f2047f288 (patch) | |
tree | 2fc3b73f4fedb63f6ce9a0cc02ec35ef0864ceab /protoype/public/stylesheets | |
parent | 41946c6982647abec5d64b04323a081c73c43577 (diff) | |
download | fubar-b001224bb95996fa59269a5c119c6a9f2047f288.tar.gz fubar-b001224bb95996fa59269a5c119c6a9f2047f288.tar.bz2 fubar-b001224bb95996fa59269a5c119c6a9f2047f288.zip |
start on prototype
Diffstat (limited to 'protoype/public/stylesheets')
-rw-r--r-- | protoype/public/stylesheets/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} + |