From d539c6f7d4e03777fe7808e3f0a382e281a933ca Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sat, 13 Jul 2013 21:33:44 -0400 Subject: [PATCH] more stuff --- public/css/styles.css | 2 ++ views/_footer.erb | 24 ++++++++++++++++++++++++ views/layout.slim | 2 ++ 3 files changed, 28 insertions(+) create mode 100644 views/_footer.erb diff --git a/public/css/styles.css b/public/css/styles.css index ec7e2c2a..eeee62e8 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -22,3 +22,5 @@ textarea, input[type="text"], input[type="password"], input[type="datetime"], in select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { color: #000000; } + +.container{background:#F6F0E6} diff --git a/views/_footer.erb b/views/_footer.erb new file mode 100644 index 00000000..4e501836 --- /dev/null +++ b/views/_footer.erb @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/views/layout.slim b/views/layout.slim index 377b2219..b231c7e7 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -51,3 +51,5 @@ html ga('create', 'UA-41925541-1', 'neocities.org'); ga('send', 'pageview'); + + == erb :'_int-footer', layout: false \ No newline at end of file