summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/style/default.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/style/default.css b/src/style/default.css
index ceed4e6..b2ba54c 100644
--- a/src/style/default.css
+++ b/src/style/default.css
@@ -52,3 +52,28 @@ pre.literal-block {
padding: 6px;
border-color: #0c0;
}
+
+div.figure {
+ padding: 10px;
+ border-width: 1px;
+ border-style: solid;
+}
+
+div.figure.align-right {
+ float: right;
+ clear: both;
+}
+
+div.figure.align-left {
+ float: left;
+ clear: both;
+}
+
+div.gallery.figure {
+ height: 220px;
+ float: left;
+}
+
+h2, h3 {
+ clear: left;
+}