Index: stylesheets/style.css |
diff --git a/stylesheets/style.css b/stylesheets/style.css |
index df56027cbe6ccda3bd726838a1ed9778ce7094bb..290e767c4872f21834cc53d8f024930dc5906fa0 100644 |
--- a/stylesheets/style.css |
+++ b/stylesheets/style.css |
@@ -69,3 +69,10 @@ td.date { |
.throttled { |
background-color: #FFFC6C; |
} |
+ |
+.help { |
+ border: 1px black solid; |
+ background-color: #FFFFCA; |
+ position: fixed; |
+ padding: 0.1em; |
+} |