Chromium Code Reviews| Index: stylesheets/style.css |
| diff --git a/stylesheets/style.css b/stylesheets/style.css |
| index df56027cbe6ccda3bd726838a1ed9778ce7094bb..be57f492cb828ee78a869f992151df060112b5ec 100644 |
| --- a/stylesheets/style.css |
| +++ b/stylesheets/style.css |
| @@ -34,6 +34,13 @@ th { |
| font-size: 9pt; |
| } |
| +a:link { |
| + text-decoration: none; |
| +} |
| +a:hover { |
| + text-decoration: underline; |
| +} |
| + |
| div.error { |
| background-color: #fcc; |
| width: 80%; |