diff --git a/app/views/notices/_params.html.haml b/app/views/notices/_params.html.haml
index 5f59262..981ef1f 100644
--- a/app/views/notices/_params.html.haml
+++ b/app/views/notices/_params.html.haml
@@ -1,3 +1,4 @@
.window
- %pre.hash= pretty_hash notice.params
-
\ No newline at end of file
+ .params
+ %pre.hash= pretty_hash notice.params
+
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index a5850f1..35239bd 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -376,13 +376,18 @@ table .main { width: 100%; }
table.single_user {
border-top: none;
}
+
+.params {
+ width: 100%;
+ color: #f0f0f0;
+ background-color: #222;
+ overflow: auto;
+}
+
/* Code */
pre {
padding: 0.8em;
margin-bottom: 1em;
- color: #f0f0f0;
- background-color: #222;
- border: 1px solid #444;
font-family: monaco, courier, monospace;
font-size: 1.1em;
}
@@ -634,7 +639,6 @@ table.tally th.value {
.window {
width: 100%;
margin-bottom: 1em;
- overflow: auto;
}
.window table {
margin: 0;
--
libgit2 0.21.2