[gimp-help-2] Align the list items in two columns
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] Align the list items in two columns
- Date: Sat, 30 Oct 2010 23:38:55 +0000 (UTC)
commit 4e318cfbc5ec873b83eb0ecc4aa22970f7ac4d6e
Author: Roman Joost <roman bromeco de>
Date: Sat Oct 30 11:35:44 2010 +1000
Align the list items in two columns
web/style.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/web/style.css b/web/style.css
index 0d541cd..f7036f4 100644
--- a/web/style.css
+++ b/web/style.css
@@ -63,6 +63,7 @@ p {
div + p {
text-indent: 1em;
+ clear: both;
}
li p {
@@ -111,7 +112,8 @@ dd {
.variablelist .itemizedlist ul li {
list-style-type: none;
- display: inline;
+ float: left;
+ width: 50%;
}
.variablelist .itemizedlist ul li p {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]