summaryrefslogtreecommitdiffstats
path: root/docs/less
diff options
context:
space:
mode:
Diffstat (limited to 'docs/less')
-rw-r--r--docs/less/result.less23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/less/result.less b/docs/less/result.less
index 54e4650..27b31ad 100644
--- a/docs/less/result.less
+++ b/docs/less/result.less
@@ -1,10 +1,8 @@
.result {
- float: left;
width: 100%;
- overflow: hidden;
position: relative;
margin-bottom: 12px;
-
+
ul {
clear: left;
float: left;
@@ -51,4 +49,23 @@
}
}
}
+
+ .crack {
+ text-align: center;
+ font-size: ceil(@font-size-base * 1.1);
+ }
+}
+
+.examples {
+ border: 1px solid darken(@well-bg, 7%);
+ padding: @padding-small-vertical @padding-small-horizontal;
+ margin-bottom: 12px;
+
+ p:last-child {
+ margin-bottom: 0;
+ }
+}
+
+.introduction {
+ margin-bottom: 12px;
} \ No newline at end of file