Commit dd83149d735e190522b4b69c09d8325bcc4ad6db

Authored by Melissa Wen
1 parent b26d69cf

removing too specific rule to prevent overwrite others

src/noosfero-spb/noosfero-spb-theme/css/article-page.css
... ... @@ -256,25 +256,25 @@
256 256 /*** end of help page ***/
257 257  
258 258 /*** article lists ***/
259   -#content #article .article-body ul {
  259 +.article-body ul {
260 260 list-style-type: disc;
261 261 list-style-position: inside;
262 262 }
263 263  
264   -#content #article .article-body ol {
  264 +.article-body ol {
265 265 list-style-type: decimal;
266 266 list-style-position: inside;
267 267 }
268 268  
269   -#content #article .article-body ul ul,
270   -#content #article .article-body ol ul {
  269 +.article-body ul ul,
  270 +.article-body ol ul {
271 271 list-style-type: circle;
272 272 list-style-position: inside;
273 273 margin-left: 15px;
274 274 }
275 275  
276   -#content #article .article-body ol ol,
277   -#content #article .article-body ul ol {
  276 +.article-body ol ol,
  277 +.article-body ul ol {
278 278 list-style-type: lower-latin;
279 279 list-style-position: inside;
280 280 margin-left: 15px;
... ...