aboutsummaryrefslogtreecommitdiff
path: root/website/features/features.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/features/features.css')
-rw-r--r--website/features/features.css52
1 files changed, 49 insertions, 3 deletions
diff --git a/website/features/features.css b/website/features/features.css
index e7bbdeca..4f8fe468 100644
--- a/website/features/features.css
+++ b/website/features/features.css
@@ -25,7 +25,7 @@ body {
.meat .minimumHeight {
height: 700px;
width: 5px;
- float: left;
+ float: right;
}
h1 {
@@ -33,9 +33,55 @@ h1 {
text-align: center;
}
+.overview code {
+ font-size: 1.2em;
+}
+
+.snippets {
+ margin-top: 32px;
+}
+
+.snippets .pre {
+ white-space: pre;
+ float: left;
+ width: 45%;
+}
+
+.snippet {
+ overflow: auto;
+ padding: 4px;
+ border: 1px dotted #888;
+}
+
+.snippets .sep {
+ display: block;
+ width: 5%;
+ height: 1px;
+ float: left;
+}
+
+.snippets .post {
+ white-space: pre;
+ float: left;
+ width: 45%;
+}
+
+.snippets .end {
+ clear: both;
+}
+
+.snippet code {
+ font-size: 14px;
+}
+
+.snippet br {
+ display: none;
+}
+
footer {
- margin: 64px auto 0 auto;
- padding-bottom: 16px;
+ clear: left;
+ margin: 0 auto 0 auto;
+ padding: 16px 0 16px 0;
display: block;
text-align: center;
}