Chromium Code Reviews| Index: stylesheets/style.css |
| diff --git a/stylesheets/style.css b/stylesheets/style.css |
| index be57f492cb828ee78a869f992151df060112b5ec..74b6d126ee330790067bc02942cbf4aa2b73b0ce 100644 |
| --- a/stylesheets/style.css |
| +++ b/stylesheets/style.css |
| @@ -76,3 +76,10 @@ td.date { |
| .throttled { |
| background-color: #FFFC6C; |
| } |
| + |
| +.help { |
| + border: 1px black solid; |
| + background-color: #FFFFCA; |
| + position: fixed; |
| + padding: 0.1em; |
| +} |