summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 21cb054..eaa5165 100644
--- a/css/main.css
+++ b/css/main.css
@@ -71,3 +71,15 @@ tr
.dontshowme{
display: none;
}
+#acknowledgments{
+ position: relative;
+ font-size: 10px;
+ float: right;
+ bottom:-16px;
+}
+#acknowledgments > a{
+ color: gray;
+}
+#acknowledgments > a:active{
+ color: gray;
+}