app/views/layouts/field_test/application.html.erb in field_test-0.1.2 vs app/views/layouts/field_test/application.html.erb in field_test-0.2.0

- old
+ new

@@ -5,19 +5,25 @@ <style> body { margin: 0; padding: 20px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; - font-size: 14px; + font-size: 16px; line-height: 1.4; color: #333; } + a, a:visited, a:active { + color: #08c; + text-decoration: none; + } + table { width: 100%; border-collapse: collapse; border-spacing: 0; + font-size: 16px; margin-bottom: 20px; } th { text-align: left; @@ -28,9 +34,31 @@ padding: 8px; } td { border-top: solid 1px #ddd; + } + + h2 small { + font-size: 16px; + font-weight: normal; + } + + .description { + color: #999; + } + + .check { + color: #5cb85c; + } + + .pagination { + text-align: center; + } + + .pagination a { + padding-left: 10px; + padding-right: 10px; } </style> </head> <body> <%= yield %>