From 6790d1284f2d83fe749815ce6b5a24dd064b04be Mon Sep 17 00:00:00 2001 From: Tracey Eubanks Date: Thu, 21 Jul 2011 09:03:41 -0600 Subject: [PATCH] renamed params class to raw data and made the session params look more like the params params --- app/views/notices/_params.html.haml | 2 +- app/views/notices/_session.html.haml | 3 ++- public/stylesheets/application.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/notices/_params.html.haml b/app/views/notices/_params.html.haml index 981ef1f..ad02dcd 100644 --- a/app/views/notices/_params.html.haml +++ b/app/views/notices/_params.html.haml @@ -1,4 +1,4 @@ .window - .params + .raw_data %pre.hash= pretty_hash notice.params diff --git a/app/views/notices/_session.html.haml b/app/views/notices/_session.html.haml index 27a905c..4d3e947 100644 --- a/app/views/notices/_session.html.haml +++ b/app/views/notices/_session.html.haml @@ -1,2 +1,3 @@ .window - %pre.hash= pretty_hash notice.session \ No newline at end of file + .raw_data + %pre.hash= pretty_hash notice.session diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 772b8e5..21c8248 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -377,7 +377,7 @@ table.single_user { border-top: none; } -.params { +.raw_data { width: 100%; color: #f0f0f0; background-color: #222; -- libgit2 0.21.2