[gimp-web] CSS: add spillover class
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] CSS: add spillover class
- Date: Mon, 2 Apr 2012 12:06:43 +0000 (UTC)
commit 1b833690a3c2f8423d35349d9bf4d9eed04353ba
Author: Nils Philippsen <nils redhat com>
Date: Mon Apr 2 14:05:19 2012 +0200
CSS: add spillover class
Allow images to spill over from previous headings.
style/wgo.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/style/wgo.css b/style/wgo.css
index bb9f2e8..709a440 100644
--- a/style/wgo.css
+++ b/style/wgo.css
@@ -137,6 +137,11 @@ p+h3, pre+h3, ul+h3, ol+h3, dl+h3 {
margin-top: 2em;
}
+h1.spillover, h2.spillover, h3.spillover {
+ /* allow images from previous headings to spill over into this one */
+ clear: left;
+}
+
table {
border-collapse: collapse;
margin: .2em auto 2em auto;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]