aboutsummaryrefslogtreecommitdiffstats
path: root/en/map
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-19 10:35:22 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-19 10:35:22 +0000
commit71bbeb325bfc101ce18882527ad468bd507351ff (patch)
tree6d22202f0bcce2b5a61ad07655c5c678fc1b4d24 /en/map
parentb76e8518b859e084df4843cc7e4b571467c26e49 (diff)
downloadwww-71bbeb325bfc101ce18882527ad468bd507351ff.tar
www-71bbeb325bfc101ce18882527ad468bd507351ff.tar.gz
www-71bbeb325bfc101ce18882527ad468bd507351ff.tar.bz2
www-71bbeb325bfc101ce18882527ad468bd507351ff.tar.xz
www-71bbeb325bfc101ce18882527ad468bd507351ff.zip
style update
Diffstat (limited to 'en/map')
-rw-r--r--en/map/index.php1
-rw-r--r--en/map/map.css7
2 files changed, 3 insertions, 5 deletions
diff --git a/en/map/index.php b/en/map/index.php
index b947114fb..364134ffe 100644
--- a/en/map/index.php
+++ b/en/map/index.php
@@ -133,6 +133,7 @@ $sMap .= '</ul>';
<div class="doc">
<p><?php _e('welcome!')?></p>
<?php echo $sMap; ?>
+ <div style="clear: both;"></div>
<hr>
<!--
TODO
diff --git a/en/map/map.css b/en/map/map.css
index e82fa9d6f..ee5f32bc1 100644
--- a/en/map/map.css
+++ b/en/map/map.css
@@ -6,8 +6,6 @@ body {
}
a, a:link { color: #2383c2; text-decoration: none; }
-
-
ul#map { margin: 0; padding: 0; list-style: none; }
li.map-b { max-width: 200px; min-width: 140px; padding-right: 2em; }
@@ -21,10 +19,9 @@ ul.map-bl {
margin: 0;
padding: 0;
list-style: disc;
- alist-style-position: inside;
padding-left: 2em;
}
-ul.map-bl > li { margin: 0; padding: 0; }
+ul.map-bl > li { margin: 0; padding: 0 0 0.3em 0; }
ul.map-bl ul { margin: 0; padding: 0; list-style: none; font-size: 85%; }
ul.map-bl ul li { display: inline; }
ul.map-bl ul li a { background: #f0f0f0; }
@@ -44,7 +41,7 @@ ul.map-bl ul li a { background: #f0f0f0; }
}
li.map-b {
- width: 200px;
+ width: 220px;
float: left;
}
}