summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..c7d09c0
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,12 @@
+.algorithm {
+ border: 1px dotted grey;
+ display: inline-block;
+ padding: 20px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+.algorithm-code {
+ margin-top: -2px;
+ padding-left: 20px;
+}