Module: libav.org
Branch: master
Commit: d08c237ea2adbcf4fc0de81f69e26760ac1571f1

Author:    Luca Barbato <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Sun Sep 30 00:20:27 2012 +0200

shame: two pane list

---

 htdocs/css/libav.css |   19 +++++++++++++++++++
 src/shame            |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/htdocs/css/libav.css b/htdocs/css/libav.css
index 4f5297a..f3ab120 100644
--- a/htdocs/css/libav.css
+++ b/htdocs/css/libav.css
@@ -81,3 +81,22 @@ h4 a {
 .navbar-inner a {
   font-weight: bold;
 }
+
+.list-2panes:before,
+.list-2panes:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+
+.list-2panes:after {
+  clear:both;
+}
+
+.list-2panes li {
+  width: 470px;
+  width: 470px;
+  float: left;
+  margin-left: 30px;
+  min-height: 1px;
+}
diff --git a/src/shame b/src/shame
index 348ff49..25d0073 100644
--- a/src/shame
+++ b/src/shame
@@ -30,7 +30,7 @@ it to our
 (in alphabetical order)
 </p>
 
-<ul>
+<ul class="list-2panes">
 <li><a href="http://www.alivemedia.net"; rel="nofollow">alive</a>,
 <a href="http://roundup.libav.org/issue1160";>issue tracker entry</a></li>
 <li><a href="http://www.alloksoft.com"; rel="nofollow">Alloksoft</a>,
@@ -178,7 +178,7 @@ The companies below are not yet in full compliance, but we 
are in negotiations
 with them and making good progress towards compliance.
 </p>
 
-<ul>
+<ul class="list-2panes">
 <li><a href="http://chromaplayer.com/"; rel="nofollow">Chroma</a>,
 <a href="http://roundup.libav.org/issue726";>issue tracker entry</a></li>
 <li><a href="http://www.kandalu.net"; rel="nofollow">Kandalu</a>,

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to