diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-04-04 17:31:11 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-04-04 17:31:11 +0100 |
commit | c55507e8ceca44558179a705118740540d7871b4 (patch) | |
tree | 59937226af81d49ce094e1282b90f0047ef15a36 /railties/html | |
parent | 4fe6d43cabe3bb2e094f308d010209c78005a3b9 (diff) | |
parent | 0e9efae4745e232b1c778fda69ee110e42a223a7 (diff) | |
download | rails-c55507e8ceca44558179a705118740540d7871b4.tar.gz rails-c55507e8ceca44558179a705118740540d7871b4.tar.bz2 rails-c55507e8ceca44558179a705118740540d7871b4.zip |
Merge commit 'mainstream/master'
Diffstat (limited to 'railties/html')
-rw-r--r-- | railties/html/index.html | 7 |
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; |