summaryrefslogtreecommitdiff
path: root/docs/css/poetaster.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/poetaster.css')
-rw-r--r--docs/css/poetaster.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/css/poetaster.css b/docs/css/poetaster.css
new file mode 100644
index 0000000..ce0efc8
--- /dev/null
+++ b/docs/css/poetaster.css
@@ -0,0 +1,25 @@
+*
+ {
+ margin: 0;
+ padding: 0;
+ }
+body
+ {
+ }
+textarea
+ {
+ width: 300px;
+ height: 100px;
+ }
+pre
+ {
+ white-space: pre;
+ font-family: georgia, serif;
+ font-size: 16px;
+ }
+#container
+ {
+ width: 400px;
+ margin: 0 auto;
+ }
+