Update themes/default/css/cms.css

Added ordered list formating on CMS pages
This commit is contained in:
Caleydon Media
2012-11-22 16:07:50 +01:00
parent c374380a92
commit 4e160a6523
+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 }