[gimp-help-2] [css] Change layout of <example> images
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] [css] Change layout of <example> images
- Date: Sun, 24 Oct 2010 17:41:32 +0000 (UTC)
commit 5a05368f204f07a6be364da1734ca6c6c12a34ae
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Sun Oct 24 12:47:21 2010 +0200
[css] Change layout of <example> images
Add a rule to align two mediaobjects in an example besides each other
(same rule as for <figure>s).
stylesheets/gimp-help-screen.css | 4 ++--
stylesheets/gimp22.css | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/stylesheets/gimp-help-screen.css b/stylesheets/gimp-help-screen.css
index 6cae233..f815cad 100644
--- a/stylesheets/gimp-help-screen.css
+++ b/stylesheets/gimp-help-screen.css
@@ -192,9 +192,9 @@ img {
max-width: 36em;
}
/*
- * align two mediaobjects in a figure besides each other
+ * align two mediaobjects in a figure or an example besides each other
*/
-.figure .mediaobject {
+.figure .mediaobject,.example .mediaobject {
display: table-cell;
padding: 0.5em;
}
diff --git a/stylesheets/gimp22.css b/stylesheets/gimp22.css
index 833a952..ccafd84 100644
--- a/stylesheets/gimp22.css
+++ b/stylesheets/gimp22.css
@@ -179,9 +179,9 @@
max-width: 36em;
}
/*
- * align two mediaobjects in a figure besides each other
+ * align two mediaobjects in a figure or an example besides each other
*/
- .figure .mediaobject {
+ .figure .mediaobject,.example .mediaobject {
display: table-cell;
padding: 0.5em;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]