[Testbot] Plone 4.3 - Python 2.7 - Build # 2295 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Wed May 28 02:06:17 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2295 - Aborted!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2295/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plonetheme.sunburst
Branch: refs/heads/master
Date: 2014-05-28T01:06:55+02:00
Author: Johannes Raggam (thet) <raggam-nl at adm.at>
Commit: https://github.com/plone/plonetheme.sunburst/commit/e513658655a4566b4e98db288c90d4ff7d848d2a

Move content list style classes (ul, ol, li) from base.css to public.css.  They were always problematic in themes, based on Sunburst which excluded public.css.

Files changed:
M CHANGES.rst
M plonetheme/sunburst/skins/sunburst_styles/base.css
M plonetheme/sunburst/skins/sunburst_styles/public.css

diff --git a/CHANGES.rst b/CHANGES.rst
index 363a80f..6fa3780 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,10 @@ Changelog
 1.5.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Move content list style classes (ul, ol, li) from base.css to public.css.
+  They were always problematic in themes, based on Sunburst which excluded
+  public.css.
+  [thet]
 
 
 1.5.0 (2014-03-02)
diff --git a/plonetheme/sunburst/skins/sunburst_styles/base.css b/plonetheme/sunburst/skins/sunburst_styles/base.css
index 87d2fb1..7618a83 100644
--- a/plonetheme/sunburst/skins/sunburst_styles/base.css
+++ b/plonetheme/sunburst/skins/sunburst_styles/base.css
@@ -1,28 +1,5 @@
 /* @group Content Area */
 
-/* Content list styles */
-#content ul {
-    list-style-type: disc;
-    margin-left: 2em;
-}
-
-#content ol,
-dl.portlet ol,
-div.portletStaticText ol {
-    list-style-type: decimal;
-    margin-left: 2em;
-}
-
-#content li,
-dl.portlet li,
-div.portletStaticText li {
-    margin-bottom: 0.25em;
-    line-height: 1.5em;
-    display: list-item;
-}
-
-
-
 /* Editor styles */
 #content .discreet,
 #sidebar .discreet {
diff --git a/plonetheme/sunburst/skins/sunburst_styles/public.css b/plonetheme/sunburst/skins/sunburst_styles/public.css
index 531568c..4435244 100644
--- a/plonetheme/sunburst/skins/sunburst_styles/public.css
+++ b/plonetheme/sunburst/skins/sunburst_styles/public.css
@@ -365,11 +365,30 @@ dl.portlet {
     margin-bottom: 1em;
 }
 
-#content ul,
-#content ol {
 
+/* Content list styles */
+#content ul {
+    list-style-type: disc;
+    margin-left: 2em;
 }
 
+#content ol,
+dl.portlet ol,
+div.portletStaticText ol {
+    list-style-type: decimal;
+    margin-left: 2em;
+}
+
+#content li,
+dl.portlet li,
+div.portletStaticText li {
+    margin-bottom: 0.25em;
+    line-height: 1.5em;
+    display: list-item;
+}
+/* End content list styles */
+
+
 #content a:link,
 dl.portlet a:link {
     color: #205c90;




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2488 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140528/d4e451ce/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 34077 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140528/d4e451ce/attachment-0003.obj>


More information about the Testbot mailing list