diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-19 18:47:29 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-19 18:47:29 +0200 |
| commit | f10cf8046b5586e8b131aea95fc2c746b69f6cde (patch) | |
| tree | bee304be3b1e17344d02611802b3a0da0aa5d000 /ishtar_common/static/media/style.css | |
| parent | f87d2a616faf06258b1f9fe10fee3078942319ed (diff) | |
| download | Ishtar-f10cf8046b5586e8b131aea95fc2c746b69f6cde.tar.bz2 Ishtar-f10cf8046b5586e8b131aea95fc2c746b69f6cde.zip | |
Layout improvment
Diffstat (limited to 'ishtar_common/static/media/style.css')
| -rw-r--r-- | ishtar_common/static/media/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index ef58a1b0a..2aa673b51 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -23,11 +23,16 @@ a { text-decoration:none; } -caption, h3 { +caption, h2, h3 { color:#922; font-weight:bold; } +h2{ + margin:0; + font-size:1.2em; +} + h3{ text-align:center; margin:1em 0 0.5em 0; @@ -161,7 +166,8 @@ div#content{ ul#form_path{ text-align:left; - margin:10px 0; + margin:4px 0; + font-size:0.9em; } ul#form_path li{ |
