From 7c1c01838f34198b693a284cbd45d21b67b18d85 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 29 Apr 2012 11:21:37 +0200 Subject: default.css: aggiunte figure --- src/style/default.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'src') 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; +} -- cgit v1.2.3