Merge branch 'tab'
[webpac2] / vhost / style.css
index 4336b15..c532843 100644 (file)
@@ -56,12 +56,11 @@ form #inputs {
 }
 
 #results ol {
-       float: left;
        margin-right: 2em;
+       margin-bottom: 2em;
 }
 
 #results ol li {
-       clear: left;
        margin-bottom: 1em;
 }
 
@@ -69,6 +68,17 @@ form #inputs {
        background: #eee;
 }
 
+li div {
+       clear: left;
+       border-top: 2px dotted #eee;
+}
+
+li.z div {
+       clear: left;
+       border-top: 2px dotted #fff;
+}
+
+
 ul.pager {
        background: #eee;
        padding: 0.5em;