Merge pull request #25 from Caleydon/patch-4

[*] FO : Added ordered list formating on CMS pages : themes/default/css/cms.css
This commit is contained in:
Vincent Augagneur
2012-11-27 06:03:02 -08:00
+6
View File
@@ -0,0 +1,6 @@
/* CMS pages ****************************************************************************** */
#cms #center_column ul,
#cms #center_column ol,
#cms #center_column dl { margin-left:25px; margin-bottom:20px }
#cms #center_column li { margin-bottom:5px }