Index: stylesheets/style.css |
diff --git a/stylesheets/style.css b/stylesheets/style.css |
index a207a39cd3e2181d3113bcfcfaf588dc3b8f5b9e..f622dafe9d10651a8f4a47b3b1aff90e3e21804d 100644 |
--- a/stylesheets/style.css |
+++ b/stylesheets/style.css |
@@ -59,3 +59,10 @@ div.error { |
.throttled { |
background-color: #FFFC6C; |
} |
+ |
+.help { |
+ border: 1px black solid; |
+ background-color: #FFFFCA; |
+ position: fixed; |
+ padding: 0.1em; |
+} |