diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-16 22:26:50 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-16 22:26:50 +0100 |
commit | 15f7f579eb1e3c9fec03cd58b83d132a275d9bb0 (patch) | |
tree | d16ab46b42790f3185a20e5be4d9cf6302537d2a | |
parent | f1f3725d615a51b26b9928a21930939283713472 (diff) | |
download | Chimère-15f7f579eb1e3c9fec03cd58b83d132a275d9bb0.tar.bz2 Chimère-15f7f579eb1e3c9fec03cd58b83d132a275d9bb0.zip |
Minor correction on the style
-rw-r--r-- | chimere/static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index e6618b8..fd7199d 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -367,7 +367,7 @@ margin:0; vertical-align: bottom; } -#categories ul{ +#categories > ul{ margin:0; padding:0 10px; } |