aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
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;