aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css
index 4ade0405..69cfb078 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -56,7 +56,8 @@ a {
}
#section {
- padding: 1em;
+ padding: 1em;
+ width: 100%;
}
#section h1 {
@@ -168,3 +169,9 @@ a {
font-weight: bold;
color: orange;
}
+
+#feedback {
+ float: right;
+ width: 10em;
+ text-align: right;
+} \ No newline at end of file