Site Tools


css-ol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
css-ol [2015/03/17 04:07] – update css files Alan Sheacss-ol [2018/05/28 22:29] (current) – external edit 127.0.0.1
Line 20: Line 20:
     - https://developer.mozilla.org/en-US/docs/Web/CSS/Reference     - https://developer.mozilla.org/en-US/docs/Web/CSS/Reference
     - http://www.w3.org/TR/CSS2/text.html#alignment-prop     - http://www.w3.org/TR/CSS2/text.html#alignment-prop
 +    - https://developer.mozilla.org/en-US/docs/Web/CSS/display 
   - Testing:   - Testing:
     - www.w3schools.com/css/tryit.asp?filename=trycss_list-style-type_all     - www.w3schools.com/css/tryit.asp?filename=trycss_list-style-type_all
Line 28: Line 29:
 ====Custom Styles=== ====Custom Styles===
 <file css userstyle.css> <file css userstyle.css>
-.dokuwiki .li {text-align: left; display: inline-flex+ 
 +.dokuwiki .li {text-align: left; display: inline; line-height: 1.9em}
 .dokuwiki ol {counter-reset: section; list-style-type: none;} .dokuwiki ol {counter-reset: section; list-style-type: none;}
 .dokuwiki ol ol {list-style-type: none;  }        .dokuwiki ol ol {list-style-type: none;  }       
Line 41: Line 43:
  
 <file css userprint.css> <file css userprint.css>
-.dokuwiki .li {text-align: left; display: inline-flex+ 
 +.dokuwiki .li {text-align: left; display: inline; line-height: 1.9em
 .dokuwiki ol {counter-reset: section; list-style-type: none;} .dokuwiki ol {counter-reset: section; list-style-type: none;}
 .dokuwiki ol ol {list-style-type: none;  }        .dokuwiki ol ol {list-style-type: none;  }       
css-ol.1426565227.txt.gz · Last modified: 2018/05/28 22:28 (external edit)