summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2012-04-29 11:21:37 +0200
committerElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2012-04-29 11:40:00 +0200
commit7c1c01838f34198b693a284cbd45d21b67b18d85 (patch)
tree187ece5298852420ab8d6f811d08fa5172fd0bad /src
parent302c653d1bc9c47365a31d32e47397786707e3f1 (diff)
default.css: aggiunte figure
Diffstat (limited to 'src')
-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;
+}