23 Jan
2011
23 Jan
'11
9:36 p.m.
Author: chatellier Date: 2011-01-23 21:36:00 +0000 (Sun, 23 Jan 2011) New Revision: 549 Log: Fix h3, h4 styles Modified: trunk/coser-web/src/main/webapp/styles/coser.css Modified: trunk/coser-web/src/main/webapp/styles/coser.css =================================================================== --- trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-23 21:32:47 UTC (rev 548) +++ trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-23 21:36:00 UTC (rev 549) @@ -337,6 +337,14 @@ text-transform: uppercase; } +h3 { + margin: 15px 0 10px; +} + +h4 { + margin: 15px 0 10px; +} + .col_droite h3 { text-transform: uppercase; color: #ffffff;