aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
authorMichael Schuerig <michael@schuerig.de>2009-04-02 11:54:52 -0500
committerJoshua Peek <josh@joshpeek.com>2009-04-02 11:54:52 -0500
commitcad3e8b261a8d9551bc19a57007acf574d957548 (patch)
tree07d5b5030846b51315796eeef1f705516945500b /railties/html/index.html
parentea8077c6427d208188f9cd11f88ebdc8f60dec28 (diff)
downloadrails-cad3e8b261a8d9551bc19a57007acf574d957548.tar.gz
rails-cad3e8b261a8d9551bc19a57007acf574d957548.tar.bz2
rails-cad3e8b261a8d9551bc19a57007acf574d957548.zip
Show installed middleware in builtin rails info (/rails/info/properties) [#2396 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'railties/html/index.html')
-rw-r--r--railties/html/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/railties/html/index.html b/railties/html/index.html
index 0dd5189fb7..cd337dc74c 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -99,7 +99,12 @@
}
#about-content td.name {color: #555}
#about-content td.value {color: #000}
-
+
+ #about-content ul {
+ padding: 0;
+ list-style-type: none;
+ }
+
#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;